Re: [hackers] [PATCH][sdhcp] Coding style and minor fixes

From: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Mon, 26 Sep 2016 23:52:27 +0200

On Mon, Sep 26, 2016 at 10:26:41AM +0200, Ramsey wrote:
> Hi list,
>

I don't like the extra braces for example:

Good:

if (1)
        ...

vs "bad":

if (1) {
        ...
}

Also goto's are perfectly fine in some cases.

--
Kind regards,
Hiltjo
Received on Mon Sep 26 2016 - 23:52:27 CEST

This archive was generated by hypermail 2.3.0 : Tue Sep 27 2016 - 00:00:33 CEST