mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
More cleanup for stuff after closing brace in first column.
This commit is contained in:
parent
d447dbf392
commit
0f450dae8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user