More cleanup for stuff after closing brace in first column.

This commit is contained in:
Bruce Momjian 2001-11-05 06:37:51 +00:00
parent d447dbf392
commit 0f450dae8b
1 changed files with 1 additions and 1 deletions

View File

@ -1462,7 +1462,7 @@ do
sed 's;/\*---X_X;/* ---;g' |
# workaround indent bug
sed 's;^static[ ][ ]*;static ;g' |
sed 's;^} *;} ;' |
sed 's;^} [ ]*;} ;' |
# pull in #endif comments
sed 's;^#endif[ ][ ]*/\*;#endif /*;' |
# work around #else indenting next line if #ifdef defines variables at top