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

Commit 04550d3

Browse files
committed
Add check for 'extern "C"' for pgindent.
1 parent c42d3b3 commit 04550d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/pgindent/pgindent

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ do
5151
line1 !~ "^struct" &&
5252
line1 !~ "^enum" &&
5353
line1 !~ "^typedef" &&
54+
line1 !~ "\"C\"" &&
5455
line1 !~ "=" )
5556
print "int pgindent_func_no_var_fix;";
5657
line1 = line2;

0 commit comments

Comments
 (0)