indent flag change.

This commit is contained in:
Bruce Momjian 1997-08-29 21:41:33 +00:00
parent 0aea0f2063
commit 65191fabfd
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ for FILE
do
cat $FILE |
sed 's;/\* *---;/*---;g' |
indent -bad -bap -bbb -bc -bl -d0 -ncdb -nce -cli1 -di16 -nfc1 \
-lp -nip -nbc -psl -di1 -i4 -st |
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;/\*---;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE