aboutsummaryrefslogtreecommitdiffstats
path: root/indent.sh
diff options
context:
space:
mode:
authorreinelt <>2006-02-27 08:12:34 +0000
committerreinelt <>2006-02-27 08:12:34 +0000
commita2ed7dec35d971f461b3206f6318b782aefebcfa (patch)
treec2908b5a13e922d0c23594d7649c49f6c9673304 /indent.sh
parent3b667aca9d7ff4de75982f4b14e5dd771b55fe38 (diff)
downloadlcd4linux-a2ed7dec35d971f461b3206f6318b782aefebcfa.tar.gz
[lcd4linux @ 2006-02-27 08:12:34 by reinelt]
use serdisplib's full color support
Diffstat (limited to '')
-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