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

cleanup.

parent 4bce39fe
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@ do
sed 's;/\* *---;/*---X_X;g' |
detab -t4 -qc >/tmp/$$a
indent -bad -bap -bbb -bc -bl -d0 -cdb -nce -cli1 -di16 -nfc1 \
-lp -nip -nbc -psl -di1 -i4 -l75 /tmp/$$a >/tmp/$$ 2>&1
-lp -nip -nbc -psl -di1 -i4 -l75 -npro /tmp/$$a >/tmp/$$ 2>&1
if [ "$?" -ne 0 -o -s /tmp/$$ ]
then echo "$FILE"
cat /tmp/$$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment