Skip to content
Snippets Groups Projects
Commit bb77313a authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Tabs in comments fix.

parent 18bb25bd
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment