1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add slash for comment spacing, for Tom.

This commit is contained in:
Bruce Momjian
2001-10-25 19:22:05 +00:00
parent 81d9a9674e
commit 3231341eed
2 changed files with 26 additions and 6 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 '