aboutsummaryrefslogtreecommitdiffstats
path: root/indent.sh
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-05-12 14:55:47 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-05-12 14:55:47 +0000
commit22b2fbf2b468991184a03a67a92f370c62cd514f (patch)
treeb58ebc33c8b2385c649a48ab20a566756338f7c8 /indent.sh
parent7c70fa7d7d6f622dd127fc5d41f23ba6da2e9619 (diff)
downloadlcd4linux-22b2fbf2b468991184a03a67a92f370c62cd514f.tar.gz
[lcd4linux @ 2005-05-12 14:55:47 by reinelt]
plugins for serdisplib driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@551 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'indent.sh')
-rwxr-xr-xindent.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/indent.sh b/indent.sh
index 30dd2fa..1c96e11 100755
--- a/indent.sh
+++ b/indent.sh
@@ -2,6 +2,7 @@
# -kr Use Kernighan & Ritchie coding style.
# -l150 Set maximum line length for non-comment lines to 150.
+# -pmt Preserve access and modification times on output files.
-indent -kr -l150 *.c *.h
+indent -kr -l150 -pmt *.c *.h