aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-22 17:24:58 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-22 17:24:58 +0000
commita62c19e4ecd872b83907dadb85f5165f8d6aa2ba (patch)
treedbed703447295fdd1c6d302e222eafa030e60709 /src
parentf08245cfe3618890b966f06394619f26f4c416a1 (diff)
downloadpostgresql-a62c19e4ecd872b83907dadb85f5165f8d6aa2ba.tar.gz
postgresql-a62c19e4ecd872b83907dadb85f5165f8d6aa2ba.zip
Fix for comments at top of functions.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/pgindent/pgindent2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent
index ce130af98dc..a6b256cd489 100755
--- a/src/tools/pgindent/pgindent
+++ b/src/tools/pgindent/pgindent
@@ -1368,7 +1368,7 @@ int pgindent_func_no_var_fix;\
line3 = $0;
if (skips > 0)
skips--;
- if (line1 ~ " *{$" &&
+ if (line1 ~ " *{$" &&
line2 ~ "^$" &&
line3 ~ " */\\*$")
{