On Mon, 23 Mar 2015 10:13:41 +0100
Jonny Lamb <[email protected]> wrote:

> Il 23/03/2015 09:12, Pekka Paalanen ha scritto:
> > IMO no space, please. Without a space it looks more like the actual
> > operator precedence in C... doesn't it? I hope I remember the
> > precedence rules right here.
> 
> fwiw with a space is currently much more widely used in Weston. Not a 
> great test but nonetheless:
> 
>      % git grep "\*)[a-z]" | wc -l
>      89
>      % git grep "\*) [a-z]" | wc -l
>      187
> 
> Wayland also uses the space even more.

Yeah, that's kind of funny. We don't use a space between an unary
operator and operand either.


Cheers,
pq
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to