Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



Tom Spindler wrote:
> The "superfluous curly braces" removal bothers me a bit - in particular,
> in ip_gre.c,
> 
> -       } else {
> +       } else  
>                 IF_ENQUEUE(ifq, m);
> -       }

They *are* superfluous. Just like most of the whitespace.

-- 
Christian



Home | Main Index | Thread Index | Old Index