mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Add check for 'extern "C"' for pgindent.
This commit is contained in:
parent
c42d3b3c24
commit
04550d3c90
|
|
@ -51,6 +51,7 @@ do
|
||||||
line1 !~ "^struct" &&
|
line1 !~ "^struct" &&
|
||||||
line1 !~ "^enum" &&
|
line1 !~ "^enum" &&
|
||||||
line1 !~ "^typedef" &&
|
line1 !~ "^typedef" &&
|
||||||
|
line1 !~ "\"C\"" &&
|
||||||
line1 !~ "=" )
|
line1 !~ "=" )
|
||||||
print "int pgindent_func_no_var_fix;";
|
print "int pgindent_func_no_var_fix;";
|
||||||
line1 = line2;
|
line1 = line2;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user