mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
More cleanup for stuff after closing brace in first column.
This commit is contained in:
@ -1462,7 +1462,7 @@ do
|
|||||||
sed 's;/\*---X_X;/* ---;g' |
|
sed 's;/\*---X_X;/* ---;g' |
|
||||||
# workaround indent bug
|
# workaround indent bug
|
||||||
sed 's;^static[ ][ ]*;static ;g' |
|
sed 's;^static[ ][ ]*;static ;g' |
|
||||||
sed 's;^} *;} ;' |
|
sed 's;^} [ ]*;} ;' |
|
||||||
# pull in #endif comments
|
# pull in #endif comments
|
||||||
sed 's;^#endif[ ][ ]*/\*;#endif /*;' |
|
sed 's;^#endif[ ][ ]*/\*;#endif /*;' |
|
||||||
# work around #else indenting next line if #ifdef defines variables at top
|
# work around #else indenting next line if #ifdef defines variables at top
|
||||||
|
Reference in New Issue
Block a user