Re: [Mesa-dev] [PATCH mesa] egl/main: fix indentation

2018-08-02 Thread Frank Binns
Reviewed-by: Frank Binns Eric Engestrom writes: > Signed-off-by: Eric Engestrom > --- > egl platforms are full of randomly-indented lines, so I won't bother > to avoid rebase conflicts and blurring the history. > --- > src/egl/main/eglconfig.c | 2 +- > src/egl/main/egldisplay.c | 2 +- > 2

[Mesa-dev] [PATCH mesa] egl/main: fix indentation

2018-08-02 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- egl platforms are full of randomly-indented lines, so I won't bother to avoid rebase conflicts and blurring the history. --- src/egl/main/eglconfig.c | 2 +- src/egl/main/egldisplay.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/egl