aboutsummaryrefslogtreecommitdiffstats
path: root/indent.sh
diff options
context:
space:
mode:
authormzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-11-28 16:07:16 +0000
committermzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-11-28 16:07:16 +0000
commit475fdb43971a24c01db6d8bf5cb4351eb6b76cfe (patch)
tree6a668a8f856c1ae9660f7f6b1846c52cb045ba68 /indent.sh
parent00db296b07befe1b511af73b00303c536cea0c6c (diff)
downloadlcd4linux-475fdb43971a24c01db6d8bf5cb4351eb6b76cfe.tar.gz
commented, corrected and beautified both timer and timer group code
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1136 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 cadc14d..e21a739 100755
--- a/indent.sh
+++ b/indent.sh
@@ -8,7 +8,7 @@
# -l120 Set maximum line length for non-comment lines to 150.
# -npro Do not read ‘.indent.pro’ files.
-rm *.c~ *.h~
+rm *.c~ *.h~ 2>/dev/null # trash "no such file or directory" warning messages
indent -kr -l120 -npro *.c *.h
for i in *.c *.h; do