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

From: Albert Cahalan
Date: Tue Aug 17 2004 - 09:29:51 EST


> Coding style document is not consistent with
> itself on whether there should be space after
> ","... This makes it standartize on ", " option.

You can read it both ways, right? It's easy.
I can't even see the difference unless I'm
looking for it.

We don't need any more bureaucracy.

do_this(a,b);
do_this(a, b);
do_this (a,b);
do_this (a, b);

I can read them all. I might notice the space in
front of the '(', but I might not. Even putting a
space in front of the ';' isn't unreadable.

People will pass laws until they are choked off,
unable to move without being in violation of some
silly little thing.


-
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/