diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-11-28 16:48:37 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-11-28 16:48:37 -0300 |
commit | 3974c4a72459fc07acef3ee1369d63a7b8305b62 (patch) | |
tree | 155f2b6d3d285371e6df5a6b5d46ebebbf448179 /src/fe_utils | |
parent | 8a7e9e9dad56419ff987e5f6baaf411a03c1951a (diff) | |
download | postgresql-3974c4a72459fc07acef3ee1369d63a7b8305b62.tar.gz postgresql-3974c4a72459fc07acef3ee1369d63a7b8305b62.zip |
Remove useless "return;" lines
Discussion: https://postgr.es/m/20191128144653.GA27883@alvherre.pgsql
Diffstat (limited to 'src/fe_utils')
-rw-r--r-- | src/fe_utils/print.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fe_utils/print.c b/src/fe_utils/print.c index 1f8bde84433..b9cd6a17521 100644 --- a/src/fe_utils/print.c +++ b/src/fe_utils/print.c @@ -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; } /* |