Re: [PATCH weston] Coding style fixes

2015-08-07 Thread Bryce Harrington
On Thu, Aug 06, 2015 at 04:36:14PM -0500, Derek Foreman wrote: > This all looks ok to me, and it's not too bad for stomping all over > heavily contested files. > > Reviewed-by: Derek Foreman Thanks! Applied to trunk. To ssh://git.freedesktop.org/git/wayland/weston 5e653ca..74a635b master ->

Re: [PATCH weston] Coding style fixes

2015-08-06 Thread Derek Foreman
This all looks ok to me, and it's not too bad for stomping all over heavily contested files. Reviewed-by: Derek Foreman On 06/08/15 03:12 PM, Dawid Gajownik wrote: > - opening braces are on the same line as the if statement > - opening braces are not on the same line as the function name > - sp

[PATCH weston] Coding style fixes

2015-08-06 Thread Dawid Gajownik
- opening braces are on the same line as the if statement - opening braces are not on the same line as the function name - space between for/while/if and opening parenthesis Signed-off-by: Dawid Gajownik --- clients/eventdemo.c | 8 +++--- clients/ivi-shell-user-interface.c