1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update pgindent

This commit is contained in:
Bruce Momjian
2000-04-12 01:01:49 +00:00
parent 83a57694d1
commit 398bb1fcb6

View File

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