We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ca39b commit a994d59Copy full SHA for a994d59
src/tools/pgindent/pgindent
@@ -55,7 +55,7 @@ do
55
line1 !~ "^typedef" &&
56
line1 !~ "^extern[ ][ ]*\"C\"" &&
57
line1 !~ "=" &&
58
- line1 ~ ")")
+ line1 ~ "\)")
59
print "int pgindent_func_no_var_fix;";
60
line1 = line2;
61
}
0 commit comments