Re: [Mesa-dev] [PATCH 06/41] glapi: normalize python newlines

2016-04-19 Thread Dylan Baker
Quoting Ian Romanick (2016-04-19 13:00:16) > This patch is > > Reviewed-by: Ian Romanick > > I guess the spurious whitespace changes in the previous patch should > have been in this patch. Probably, I'll see if I can fix that when I spin v2. > > On 03/31/2016 05:04 PM, Dylan Baker wrote: > >

Re: [Mesa-dev] [PATCH 06/41] glapi: normalize python newlines

2016-04-19 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick I guess the spurious whitespace changes in the previous patch should have been in this patch. On 03/31/2016 05:04 PM, Dylan Baker wrote: > The python code has no standardization on how many newlines to put > anywere. Sometimes top level items have one spa

[Mesa-dev] [PATCH 06/41] glapi: normalize python newlines

2016-03-31 Thread Dylan Baker
The python code has no standardization on how many newlines to put anywere. Sometimes top level items have one space between them, sometimes two, and sometimes three. Sometiems methods and other sub items had two, sometimes one, sometimes 3. This patches uses PEP8 styling (2 lines between top leve