diff options
Diffstat (limited to '')
-rwxr-xr-x | indent.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |