Skip to content

Commit

Permalink
Merged master
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Boudreault committed Jun 28, 2012
2 parents 775efc5 + 8853727 commit b6a9210
Show file tree
Hide file tree
Showing 187 changed files with 108,430 additions and 114,329 deletions.
10 changes: 10 additions & 0 deletions astyle.sh
@@ -0,0 +1,10 @@
#!/bin/bash

ASTYLEOPTS="--style=kr --indent=spaces=2 -c --lineend=linux -S"
ASTYLEBIN=astyle

$ASTYLEBIN $ASTYLEOPTS *.c *.h *.cpp opengl/*.h
$ASTYLEBIN $ASTYLEOPTS -R 'mapscript/*.c'
$ASTYLEBIN $ASTYLEOPTS -R 'mapscript/*.h'

#find . -name '*.orig' -exec rm -f {} \;

0 comments on commit b6a9210

Please sign in to comment.