File: fix_cpp_style.sh

package info (click to toggle)
node-mapnik 3.7.2%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,376 kB
  • sloc: cpp: 16,551; xml: 961; sh: 522; makefile: 80; 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