Re: Minor style cleanup in tab-complete.c
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Michael Paquier <michael.paquier@gmail.com>,
Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-07-12T09:32:58Z
Lists: pgsql-hackers
On 07/12/2017 07:39 AM, Michael Paquier wrote: > On Wed, Jul 12, 2017 at 11:19 AM, Thomas Munro > <thomas.munro@enterprisedb.com> wrote: >> From the triviality department: I noticed some branches in >> tab-complete.c's gargantuan if statement, mostly brand new, that break >> from the established brace style. Should we fix that like this? > > For consistency I think it does. Agreed. Committed, thanks. - Heikki
Commits
-
Remove unnecessary braces, to match the surrounding style.
- f4d71bdd1352 9.2.22 landed
- 66a3ea0711db 9.3.18 landed
- 4ddc6a2d9aa5 9.4.13 landed
- 2c71c883b984 9.5.8 landed
- f1edf84580b1 9.6.4 landed
- 09ed6c7e6765 10.0 landed