projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f08245c
)
Fix for comments at top of functions.
author
Bruce Momjian
Tue, 22 May 2001 17:24:58 +0000
(17:24 +0000)
committer
Bruce Momjian
Tue, 22 May 2001 17:24:58 +0000
(17:24 +0000)
src/tools/pgindent/pgindent
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgindent/pgindent
b/src/tools/pgindent/pgindent
index ce130af98dcb3e964972268e48420ab79239f2e2..a6b256cd489c98d72edf34d7808b25576d976d07 100755
(executable)
--- 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 ~ " */\\*$")
{