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.

--
Jonny Lamb
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to