Re: [Mesa-dev] [PATCH 36/41] glapi: glX_proto_send.py: remove useless pass keyword

2016-04-19 Thread Ian Romanick
That's weird. It looks like I added this in 66a5548f, but I have no idea why. Even then I knew what pass was for. *shrug* This patch is Reviewed-by: Ian Romanick On 03/31/2016 05:04 PM, Dylan Baker wrote: > The pass keyword is the solution for python's whitespace significant > code. It's used

[Mesa-dev] [PATCH 36/41] glapi: glX_proto_send.py: remove useless pass keyword

2016-03-31 Thread Dylan Baker
The pass keyword is the solution for python's whitespace significant code. It's used when something is needed for whitespace rules, but not for programming. Don't add it after actual code. Signed-off-by: Dylan Baker --- src/mapi/glapi/gen/glX_proto_send.py | 1 - 1 file changed, 1 deletion(-) d