Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit76720bd

Browse files
committed
Remove 'x =- 1' check for pgindent, not needed, per report from Andrew
Dunstan.
1 parent058a050 commit76720bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎src/tools/pgindent/pgindent

Lines changed: 0 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp