File: fix_cpp_style.sh

package info (click to toggle)
node-mapnik 3.5.14%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,824 kB
  • ctags: 1,976
  • sloc: cpp: 21,377; xml: 921; sh: 271; makefile: 72; python: 27; lisp: 10
file content (6 lines) | stat: -rwxr-xr-x 103 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
for file in $(find ./src/ -name '*.*')
do
    emacs -batch $file -l `pwd`/tools/cpp.el -f fixup
done