mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix for comments at top of functions.
This commit is contained in:
@ -1368,7 +1368,7 @@ int pgindent_func_no_var_fix;\
|
||||
line3 = $0;
|
||||
if (skips > 0)
|
||||
skips--;
|
||||
if (line1 ~ " *{$" &&
|
||||
if (line1 ~ " *{$" &&
|
||||
line2 ~ "^$" &&
|
||||
line3 ~ " */\\*$")
|
||||
{
|
||||
|
Reference in New Issue
Block a user