mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Fix for dashes in comments.
This commit is contained in:
parent
9fcd4c25bc
commit
18bb25bdf1
@ -15,10 +15,10 @@ fi
|
||||
for FILE
|
||||
do
|
||||
cat $FILE |
|
||||
sed 's;/\* *---;/*---;g' |
|
||||
sed 's;/\* *---;/*---X_X;g' |
|
||||
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;/\*---;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE
|
||||
sed 's;/\*---X_X;/* ---;g' >/tmp/$$ && cat /tmp/$$ >$FILE
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user