Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 76720bd

Browse files
committed
Remove 'x =- 1' check for pgindent, not needed, per report from Andrew
Dunstan.
1 parent 058a050 commit 76720bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tools/pgindent/pgindent

-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ do
6060
# Convert // comments to /* */
6161
sed 's;^\([ ]*\)//\(.*\)$;\1/* \2 */;g' |
6262

63-
# Avoid bug that converts 'x =- 1' to 'x = -1'
64-
sed 's;=- ;-= ;g' |
65-
6663
# Mark some comments for special treatment later
6764
sed 's;/\* *---;/*---X_X;g' |
6865

0 commit comments

Comments
 (0)