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

Update pgindent

parent 83a57694
......@@ -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
......
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