mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Add check for 'extern "C"' for pgindent.
This commit is contained in:
@ -51,6 +51,7 @@ do
|
||||
line1 !~ "^struct" &&
|
||||
line1 !~ "^enum" &&
|
||||
line1 !~ "^typedef" &&
|
||||
line1 !~ "\"C\"" &&
|
||||
line1 !~ "=" )
|
||||
print "int pgindent_func_no_var_fix;";
|
||||
line1 = line2;
|
||||
|
Reference in New Issue
Block a user