1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add comment spaces for trailing ) and comment.

This commit is contained in:
Bruce Momjian
2001-10-25 18:44:42 +00:00
parent cae059ba5e
commit 81d9a9674e
2 changed files with 12 additions and 4 deletions

View File

@ -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 '