From: Bruce Momjian Date: Sun, 4 Nov 2001 21:27:41 +0000 (+0000) Subject: Pull in variables defined in structs; had too many tabs. X-Git-Tag: REL7_2_BETA2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bb110ebb33302cde1c0555190efcdf76880fed5;p=thirdparty%2Fpostgresql.git Pull in variables defined in structs; had too many tabs. --- diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent index 677a4869cc3..80e116f789b 100755 --- a/src/tools/pgindent/pgindent +++ b/src/tools/pgindent/pgindent @@ -1459,7 +1459,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