We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42d3b3 commit 04550d3Copy full SHA for 04550d3
src/tools/pgindent/pgindent
@@ -51,6 +51,7 @@ do
51
line1 !~ "^struct" &&
52
line1 !~ "^enum" &&
53
line1 !~ "^typedef" &&
54
+ line1 !~ "\"C\"" &&
55
line1 !~ "=" )
56
print "int pgindent_func_no_var_fix;";
57
line1 = line2;
0 commit comments