Commit 398bb1fc authored by Bruce Momjian's avatar Bruce Momjian

Update pgindent

parent 83a57694
...@@ -1162,7 +1162,7 @@ do ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment