Skip to content

Commit

Permalink
catch more directories in the formatting script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Nov 14, 2011
1 parent 62a5e45 commit f5d0f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/format_source_files/format_source_files.sh
Expand Up @@ -2,8 +2,8 @@

# batch format *.{hpp,cpp} files

MAPNIK_DIR="/Users/artem/projects/mapnik"
DIRS="$MAPNIK_DIR/src $MAPNIK_DIR/include $MAPNIK_DIR/bindings $MAPNIK_DIR/utils"
MAPNIK_DIR=`pwd`
DIRS="$MAPNIK_DIR/plugins $MAPNIK_DIR/demo/c++ $MAPNIK_DIR/src $MAPNIK_DIR/include $MAPNIK_DIR/bindings $MAPNIK_DIR/utils"
EMACS="emacs"

for file in $(find $DIRS -name '*.cpp' -o -name '*.hpp')
Expand Down

0 comments on commit f5d0f8c

Please sign in to comment.