Update pgindent

This commit is contained in:
Bruce Momjian 2000-04-12 01:01:49 +00:00
parent 83a57694d1
commit 398bb1fcb6
1 changed files with 1 additions and 1 deletions

View File

@ -1162,7 +1162,7 @@ do
sed 's;^}[ ][ ]*/\*;} /*;' |
sed 's;^#endif[ ][ ]*/\*;#endif /*;' |
detab -t8 -qc |
# entab -t4 -qc |
entab -t4 -qc |
# move trailing * in function return type
sed 's;^\([A-Za-z_][^ ]*\)[ ][ ]*\*$;\1 *;' |
# remove un-needed braces around single statements