Commit 76720bdf authored by Bruce Momjian's avatar Bruce Momjian

Remove 'x =- 1' check for pgindent, not needed, per report from Andrew

Dunstan.
parent 058a050e
......@@ -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' |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment