mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
More tab cleanup.
This commit is contained in:
parent
b647a27cf5
commit
b45311e016
@ -16,11 +16,11 @@ for FILE
|
||||
do
|
||||
cat $FILE |
|
||||
sed 's;/\* *---;/*---X_X;g' |
|
||||
detab -t4 |
|
||||
detab -t4 -qc |
|
||||
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 |
|
||||
detab -t8 -qc |
|
||||
entab -t4 -qc |
|
||||
sed 's;/\*---X_X;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user