On Thu, Oct 29, 2015 at 1:50 PM, Mike Stump <mikest...@comcast.net> wrote:
> On Oct 29, 2015, at 10:42 AM, Patrick Palka <patr...@parcs.ath.cx> wrote:
>> However we should definitely not warn on
>>
>>    if (foo)
>>      bar ();
>>
>>      {
>>        baz ();
>>      }
>>
>> Since that is valid GNU-style code :)
>
> I’ll put it differently; no, that formatting is wrong.
>

Ah, okay. That simplifies things then. (I've seen that style used in
GCC and in GDB so I assumed it was valid GNU style since I couldn't
find a section in the style guide that explicitly stated how to indent
there.)

Reply via email to