aboutsummaryrefslogtreecommitdiffstats
path: root/indent.sh
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-27 08:12:34 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-27 08:12:34 +0000
commit5ec6cf452b9829303a75e59480749b1e2d9c7864 (patch)
treec2908b5a13e922d0c23594d7649c49f6c9673304 /indent.sh
parentf1d2a23bac95450864d105e0f51d3e0cc9975aa9 (diff)
downloadlcd4linux-5ec6cf452b9829303a75e59480749b1e2d9c7864.tar.gz
[lcd4linux @ 2006-02-27 08:12:34 by reinelt]
use serdisplib's full color support git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@651 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'indent.sh')
-rwxr-xr-xindent.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/indent.sh b/indent.sh
index 3cb0e1f..11a02b2 100755
--- a/indent.sh
+++ b/indent.sh
@@ -2,8 +2,8 @@
# -kr Use Kernighan & Ritchie coding style.
# -l120 Set maximum line length for non-comment lines to 150.
-# -pmt Preserve access and modification times on output files.
+rm *.c~ *.h~
indent -kr -l120 *.c *.h
for i in *.c *.h; do