Minor style cleanup in tab-complete.c

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Minor style cleanup in tab-complete.c
Date: 2017-07-12 02:19:51
Message-ID: CAEepm=3CyW1QmXcXJXmqiJXtXzFDc8SvSfnxkEGD3Bkv2SrkeQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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?

--
Thomas Munro
http://www.enterprisedb.com

Attachment Content-Type Size
remove-extraneous-braces-from-tab-complete.patch application/octet-stream 2.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2017-07-12 02:53:05 Re: New partitioning - some feedback
Previous Message Masahiko Sawada 2017-07-12 02:19:05 Re: Subscription code improvements