mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Adjust pgindent for newer awks.
Nigel J. Andrews
This commit is contained in:
parent
b4ca39b956
commit
a994d5984f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ do
|
|||
line1 !~ "^typedef" &&
|
||||
line1 !~ "^extern[ ][ ]*\"C\"" &&
|
||||
line1 !~ "=" &&
|
||||
line1 ~ ")")
|
||||
line1 ~ "\)")
|
||||
print "int pgindent_func_no_var_fix;";
|
||||
line1 = line2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue