Remove 'x =- 1' check for pgindent, not needed, per report from Andrew
Dunstan.
This commit is contained in:
parent
058a050ec7
commit
76720bdf1a
@ -60,9 +60,6 @@ do
|
||||
# Convert // comments to /* */
|
||||
sed 's;^\([ ]*\)//\(.*\)$;\1/* \2 */;g' |
|
||||
|
||||
# Avoid bug that converts 'x =- 1' to 'x = -1'
|
||||
sed 's;=- ;-= ;g' |
|
||||
|
||||
# Mark some comments for special treatment later
|
||||
sed 's;/\* *---;/*---X_X;g' |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user