More cleanup for stuff after closing brace in first column.
authorBruce Momjian
Mon, 5 Nov 2001 06:37:51 +0000 (06:37 +0000)
committerBruce Momjian
Mon, 5 Nov 2001 06:37:51 +0000 (06:37 +0000)
src/tools/pgindent/pgindent

index 0d89eafc3883b434b69a04a908c5aaa4a9209eeb..8579cc05d239b317bc2a756c0d76f0d25cfb63fe 100755 (executable)
@@ -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