Skip to content
Snippets Groups Projects
Commit 0f450dae authored by Bruce Momjian's avatar Bruce Momjian
Browse files

More cleanup for stuff after closing brace in first column.

parent d447dbf3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment