diff options
author | MadCamel <madcamel@gmail.com> | 2010-10-16 11:32:55 -0400 |
---|---|---|
committer | MadCamel <madcamel@gmail.com> | 2010-10-16 11:32:55 -0400 |
commit | 5c3b1b3ed36194a2d0d23169f1b9f3282ab0104a (patch) | |
tree | 351d6f59fcf33967dd50a4b99f6643e1bea8e803 /src/tool/indent.sh | |
parent | 31c0e0663052977cece542a44fd89cc721461ad7 (diff) | |
download | tmwa-5c3b1b3ed36194a2d0d23169f1b9f3282ab0104a.tar.gz tmwa-5c3b1b3ed36194a2d0d23169f1b9f3282ab0104a.tar.bz2 tmwa-5c3b1b3ed36194a2d0d23169f1b9f3282ab0104a.tar.xz tmwa-5c3b1b3ed36194a2d0d23169f1b9f3282ab0104a.zip |
Fixed silly bug in indent script
Diffstat (limited to 'src/tool/indent.sh')
-rwxr-xr-x | src/tool/indent.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool/indent.sh b/src/tool/indent.sh index 5550362..d71f224 100755 --- a/src/tool/indent.sh +++ b/src/tool/indent.sh @@ -3,6 +3,6 @@ # You should use this on any file you edit before # committing to git. indent -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 \ --nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl gui $* +-nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl $* |