aboutsummaryrefslogtreecommitdiffstats
path: root/indent.sh
diff options
context:
space:
mode:
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