Re: [Mesa-dev] [PATCH 02/26] python: Use spaces, not tabs

2018-07-05 Thread Dylan Baker
Reviewed-by: Dylan Baker Quoting Mathieu Bridon (2018-07-05 06:17:33) > Python 3 doesn't allow mixing spaces and tabs in a script, contrarily to > Python 2. > > Signed-off-by: Mathieu Bridon > --- > src/mapi/glapi/gen/glX_proto_size.py | 8 > 1 file changed, 4 insertions(+), 4 deletio

Re: [Mesa-dev] [PATCH 02/26] python: Use spaces, not tabs

2018-07-05 Thread Eric Engestrom
On Thursday, 2018-07-05 15:17:33 +0200, Mathieu Bridon wrote: > Python 3 doesn't allow mixing spaces and tabs in a script, contrarily to > Python 2. > > Signed-off-by: Mathieu Bridon Reviewed-by: Eric Engestrom > --- > src/mapi/glapi/gen/glX_proto_size.py | 8 > 1 file changed, 4 ins

[Mesa-dev] [PATCH 02/26] python: Use spaces, not tabs

2018-07-05 Thread Mathieu Bridon
Python 3 doesn't allow mixing spaces and tabs in a script, contrarily to Python 2. Signed-off-by: Mathieu Bridon --- src/mapi/glapi/gen/glX_proto_size.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mapi/glapi/gen/glX_proto_size.py b/src/mapi/glapi/gen/glX_pro