Tabs in comments fix.

This commit is contained in:
Bruce Momjian 1997-09-04 18:34:59 +00:00
parent 18bb25bdf1
commit bb77313a0a
1 changed files with 2 additions and 0 deletions

View File

@ -16,9 +16,11 @@ for FILE
do
cat $FILE |
sed 's;/\* *---;/*---X_X;g' |
detab -t4 |
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \
-lp -nip -nbc -psl -di1 -i4 -l75 -st |
detab -t8 |
entab -qc -t4 |
sed 's;/\*---X_X;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE
done