Re: Coding style: do_this(a,b) vs. do_this(a, b)

From: Andrew Morton
Date: Tue Aug 17 2004 - 17:28:29 EST


Frank van Maarseveen <frankvm@xxxxxxxxx> wrote:
>
> On Tue, Aug 17, 2004 at 12:38:52PM +0200, Pavel Machek wrote:
> > Hi!
> >
> > - } while (0)
> > + } while(0)
>
> "while" is not a function so I'd keep the space.

My stealth error corrector already did that ;)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/