Re: [Mesa-dev] [PATCH 12/41] glapi: have only one statement per line in python files.

2016-04-19 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 03/31/2016 05:04 PM, Dylan Baker wrote: > One line if statements (if foo: break) are pretty uncommon, and are not > nearly as readable as their counterparts in other languages. > > Signed-off-by: Dylan Baker > --- > src/mapi/glapi/gen/glX_XML.py

[Mesa-dev] [PATCH 12/41] glapi: have only one statement per line in python files.

2016-03-31 Thread Dylan Baker
One line if statements (if foo: break) are pretty uncommon, and are not nearly as readable as their counterparts in other languages. Signed-off-by: Dylan Baker --- src/mapi/glapi/gen/glX_XML.py| 3 ++- src/mapi/glapi/gen/glX_proto_send.py | 9 ++--- src/mapi/glapi/gen/glX_proto_siz