mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Fix small problem Tom Lane found with pgindent run.
This commit is contained in:
@@ -50,7 +50,8 @@ do
|
||||
line2 ~ "^{[ ]*$" &&
|
||||
line1 !~ "^struct" &&
|
||||
line1 !~ "^enum" &&
|
||||
line1 !~ "^typedef")
|
||||
line1 !~ "^typedef" &&
|
||||
line1 !~ "=" )
|
||||
print "int pgindent_func_no_var_fix;";
|
||||
line1 = line2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user