mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 03:27:34 +08:00
Remove useless "return;" lines
Discussion: https://postgr.es/m/20191128144653.GA27883@alvherre.pgsql
This commit is contained in:
@ -3619,8 +3619,6 @@ refresh_utf8format(const printTableOpt *opt)
|
||||
popt->wrap_left = unicode_style.wrap_left;
|
||||
popt->wrap_right = unicode_style.wrap_right;
|
||||
popt->wrap_right_border = unicode_style.wrap_right_border;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user