summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2010-10-16 11:32:55 -0400
committerMadCamel <madcamel@gmail.com>2010-10-16 11:32:55 -0400
commit5c3b1b3ed36194a2d0d23169f1b9f3282ab0104a (patch)
tree351d6f59fcf33967dd50a4b99f6643e1bea8e803
parent31c0e0663052977cece542a44fd89cc721461ad7 (diff)
downloadtmwa-5c3b1b3ed36194a2d0d23169f1b9f3282ab0104a.tar.gz
tmwa-5c3b1b3ed36194a2d0d23169f1b9f3282ab0104a.tar.bz2
tmwa-5c3b1b3ed36194a2d0d23169f1b9f3282ab0104a.tar.xz
tmwa-5c3b1b3ed36194a2d0d23169f1b9f3282ab0104a.zip
Fixed silly bug in indent script
-rwxr-xr-xsrc/tool/indent.sh2
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 $*