diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-25 19:22:05 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-25 19:22:05 +0000 |
commit | 3231341eed8a88da258244224974ee720f76a19a (patch) | |
tree | fcc0f296584838aad4d1ec7cd72c5f2bbb0a830d /src | |
parent | 81d9a9674e47b5114fe9b770c5d8330d1f6419b9 (diff) | |
download | postgresql-3231341eed8a88da258244224974ee720f76a19a.tar.gz postgresql-3231341eed8a88da258244224974ee720f76a19a.zip |
Add slash for comment spacing, for Tom.
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 41feb8b8799..d939c676bd8 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 ' |