diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-25 18:44:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-25 18:44:42 +0000 |
commit | 81d9a9674e47b5114fe9b770c5d8330d1f6419b9 (patch) | |
tree | e5828614053aa94f045dd77c1dd66b53f8a99b48 /src | |
parent | cae059ba5eadc305d407146984f1f6c22d140afe (diff) | |
download | postgresql-81d9a9674e47b5114fe9b770c5d8330d1f6419b9.tar.gz postgresql-81d9a9674e47b5114fe9b770c5d8330d1f6419b9.zip |
Add comment spaces for trailing ) and comment.
Diffstat (limited to 'src')
-rwxr-xr-x | src/tools/pgindent/pgindent | 2 |
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 ' |