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

Reply via email to