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