mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
pgindent fix for asterisk indented too much in return type, for Tom.
This commit is contained in:
parent
ce62c8b10e
commit
398b41a23f
@ -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 '
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user