projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d447dbf
)
More cleanup for stuff after closing brace in first column.
author
Bruce Momjian
Mon, 5 Nov 2001 06:37:51 +0000
(06:37 +0000)
committer
Bruce Momjian
Mon, 5 Nov 2001 06:37:51 +0000
(06:37 +0000)
src/tools/pgindent/pgindent
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pgindent/pgindent
b/src/tools/pgindent/pgindent
index 0d89eafc3883b434b69a04a908c5aaa4a9209eeb..8579cc05d239b317bc2a756c0d76f0d25cfb63fe 100755
(executable)
--- a/
src/tools/pgindent/pgindent
+++ b/
src/tools/pgindent/pgindent
@@
-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