1
0
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:
Bruce Momjian
2001-10-30 05:38:56 +00:00
parent d650a6f580
commit c41b6b1b9c
9 changed files with 76 additions and 80 deletions

View File

@@ -50,7 +50,8 @@ do
line2 ~ "^{[ ]*$" &&
line1 !~ "^struct" &&
line1 !~ "^enum" &&
line1 !~ "^typedef")
line1 !~ "^typedef" &&
line1 !~ "=" )
print "int pgindent_func_no_var_fix;";
line1 = line2;
}