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

This commit is contained in:
Bruce Momjian 2001-06-06 20:51:31 +00:00
parent ce62c8b10e
commit 398b41a23f

View File

@ -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 '
{