[CRIU] [PATCH 2/7] mount: Add braces for safety sake

Cyrill Gorcunov gorcunov at gmail.com
Fri Sep 4 08:51:38 PDT 2015


On Fri, Sep 04, 2015 at 06:25:23PM +0300, Pavel Emelyanov wrote:
> On 09/03/2015 01:05 PM, Cyrill Gorcunov wrote:
> 
> Please, no :) Single statement if perfectly fine outside of braces. 
> The only exception I'm ready to merge is stuff like
> 
>   if (a)
>       if (b)
>           foo;
>     else
>         bar;

As to me it's not anyhow differ. But fine :)


More information about the CRIU mailing list