mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +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 |
|
detab -t8 -qc |
|
||||||
entab -t4 -qc |
|
entab -t4 -qc |
|
||||||
# move trailing * in function return type
|
# 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
|
# remove un-needed braces around single statements
|
||||||
awk '
|
awk '
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user