Re: [Mesa-dev] [PATCH 04/41] glapi: remove unnecessary semi-colons in python

2016-04-19 Thread Ian Romanick
Habit. :) This patch is Reviewed-by: Ian Romanick On 03/31/2016 05:04 PM, Dylan Baker wrote: > They don't do anything, they're not required, and they look weird. The > only use for semi-colons in python is to put two statements in a single > line, which is quite frowned upon by the python commu

[Mesa-dev] [PATCH 04/41] glapi: remove unnecessary semi-colons in python

2016-03-31 Thread Dylan Baker
They don't do anything, they're not required, and they look weird. The only use for semi-colons in python is to put two statements in a single line, which is quite frowned upon by the python community. Signed-off-by: Dylan Baker --- src/mapi/glapi/gen/glX_proto_size.py | 24 ---