Fixed a slight error in the indent command in the makefile.

This commit is contained in:
Matt Colyer
2008-10-31 09:22:46 -07:00
parent e46784e5cf
commit 217f4ea74d
+1 -1
View File
@@ -9,4 +9,4 @@ doc:
doxygen doxygen.cfg
indent:
indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.h dev/*.c
indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c