Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 398b41a

Browse files
committed
pgindent fix for asterisk indented too much in return type, for Tom.
1 parent ce62c8b commit 398b41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pgindent/pgindent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ int pgindent_func_no_var_fix;\
13321332
detab -t8 -qc |
13331333
entab -t4 -qc |
13341334
# move trailing * in function return type
1335-
sed 's;^\([A-Za-z_][^ ]*\)[ ][ ]*\*$;\1 *;' |
1335+
sed 's;^\([A-Za-z_][^ ]*\)[ ][ ]*\*$;\1 *;' |
13361336
# remove un-needed braces around single statements
13371337
awk '
13381338
{

0 commit comments

Comments
 (0)