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

pgindent fix for asterisk indented too much in return type, for Tom.

parent ce62c8b1
......@@ -1332,7 +1332,7 @@ int pgindent_func_no_var_fix;\
detab -t8 -qc |
entab -t4 -qc |
# 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
awk '
{
......
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