Commit a62c19e4 authored by Bruce Momjian's avatar Bruce Momjian

Fix for comments at top of functions.

parent f08245cf
...@@ -1368,7 +1368,7 @@ int pgindent_func_no_var_fix;\ ...@@ -1368,7 +1368,7 @@ int pgindent_func_no_var_fix;\
line3 = $0; line3 = $0;
if (skips > 0) if (skips > 0)
skips--; skips--;
if (line1 ~ " *{$" && if (line1 ~ " *{$" &&
line2 ~ "^$" && line2 ~ "^$" &&
line3 ~ " */\\*$") line3 ~ " */\\*$")
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment