mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Fix for comments at top of functions.
This commit is contained in:
parent
f08245cfe3
commit
a62c19e4ec
@ -1368,7 +1368,7 @@ int pgindent_func_no_var_fix;\
|
||||
line3 = $0;
|
||||
if (skips > 0)
|
||||
skips--;
|
||||
if (line1 ~ " *{$" &&
|
||||
if (line1 ~ " *{$" &&
|
||||
line2 ~ "^$" &&
|
||||
line3 ~ " */\\*$")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user