aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-10-25 18:44:42 +0000
committerBruce Momjian <bruce@momjian.us>2001-10-25 18:44:42 +0000
commit81d9a9674e47b5114fe9b770c5d8330d1f6419b9 (patch)
treee5828614053aa94f045dd77c1dd66b53f8a99b48 /src
parentcae059ba5eadc305d407146984f1f6c22d140afe (diff)
downloadpostgresql-81d9a9674e47b5114fe9b770c5d8330d1f6419b9.tar.gz
postgresql-81d9a9674e47b5114fe9b770c5d8330d1f6419b9.zip
Add comment spaces for trailing ) and comment.
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 4f58d28bf3f..41feb8b8799 100755
--- a/src/tools/pgindent/pgindent
+++ b/src/tools/pgindent/pgindent
@@ -1292,7 +1292,7 @@ int pgindent_func_no_var_fix;\
# pull in #endif comments
sed 's;^#endif[ ][ ]*/\*;#endif /*;' |
# add space after comments that start on tab stops
- sed 's:\([;,]\)/\*.*\*/\)$:\1 \2:' |
+ sed 's:\([;,)]\)/\*.*\*/\)$:\1 \2:' |
# work around #else indenting next line if #ifdef defines variables at top
# work around misindenting of function with no variables defined
awk '