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

Commit a994d59

Browse files
committed
Adjust pgindent for newer awks.
Nigel J. Andrews
1 parent b4ca39b commit a994d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pgindent/pgindent

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ do
5555
line1 !~ "^typedef" &&
5656
line1 !~ "^extern[ ][ ]*\"C\"" &&
5757
line1 !~ "=" &&
58-
line1 ~ ")")
58+
line1 ~ "\)")
5959
print "int pgindent_func_no_var_fix;";
6060
line1 = line2;
6161
}

0 commit comments

Comments
 (0)