Commit 40e55881 authored by Bruce Momjian's avatar Bruce Momjian

Cleanups needed for indent.

parent ae50c8d8
......@@ -16,6 +16,8 @@ for FILE
do
cat $FILE |
sed 's;/\* *---;/*---X_X;g' |
sed 's;[ ]else[ ]*\(/\*.*\)$;else\
\1;g' | # workaround for indent bug
detab -t4 -qc >/tmp/$$a
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \
-lp -nip -nbc -psl -di1 -i4 -l75 -npro /tmp/$$a >/tmp/$$ 2>&1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment