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