Skip to content
Snippets Groups Projects
Commit 398b41a2 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

parent ce62c8b1
No related branches found
No related tags found
No related merge requests found
......@@ -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 '
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment