mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
cleanup.
This commit is contained in:
parent
4bce39fe94
commit
fe97d58051
@ -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/$$
|
||||
|
Loading…
Reference in New Issue
Block a user