Re: [Mesa-dev] [PATCH v2 02/11] egl/wayland: Fix whitespace damage

2017-07-14 Thread Daniel Stone
Hi Eric, On 13 July 2017 at 17:20, Eric Engestrom wrote: >> *out_count = j; >> if (j == 0) >> -return NULL; >> + return NULL; > > This line is getting way too much indentation :P > > I don't know enough about formats, so I'm only r-b'ing the first > 3 patches: > Reviewed

Re: [Mesa-dev] [PATCH v2 02/11] egl/wayland: Fix whitespace damage

2017-07-13 Thread Eric Engestrom
On Thursday, 2017-07-13 12:12:30 +0100, Daniel Stone wrote: > Convert tabs to spaces, fix misalignments. > > Signed-off-by: Daniel Stone > --- > src/egl/drivers/dri2/platform_wayland.c | 38 > + > 1 file changed, 20 insertions(+), 18 deletions(-) > > v2: No chan

[Mesa-dev] [PATCH v2 02/11] egl/wayland: Fix whitespace damage

2017-07-13 Thread Daniel Stone
Convert tabs to spaces, fix misalignments. Signed-off-by: Daniel Stone --- src/egl/drivers/dri2/platform_wayland.c | 38 + 1 file changed, 20 insertions(+), 18 deletions(-) v2: No changes. diff --git a/src/egl/drivers/dri2/platform_wayland.c b/src/egl/drivers/d