Re: [Mesa-dev] [PATCH 06/11] glapi: Fix whitespace droppings when printing the license header

2016-03-29 Thread Adam Jackson
On Tue, 2016-03-29 at 09:24 -0700, Dylan Baker wrote: > Ah, that's the problem. While we could do something like add .rstrip() > to the string, I think that just fixing this in the template would be > easier. Yeah, have that done locally. I've merged (most of) the reviewed bits of this series,

Re: [Mesa-dev] [PATCH 06/11] glapi: Fix whitespace droppings when printing the license header

2016-03-29 Thread Dylan Baker
Quoting Adam Jackson (2016-03-29 07:41:01) > On Mon, 2016-03-28 at 11:19 -0700, Dylan Baker wrote: > > Quoting Ian Romanick (2016-03-28 11:03:58) > > > > > > On 03/25/2016 05:33 PM, Dylan Baker wrote: > > > > > > > > Quoting Dylan Baker (2016-03-25 16:01:00) > > > > > > > > > > Quoting Adam

Re: [Mesa-dev] [PATCH 06/11] glapi: Fix whitespace droppings when printing the license header

2016-03-29 Thread Adam Jackson
On Mon, 2016-03-28 at 11:19 -0700, Dylan Baker wrote: > Quoting Ian Romanick (2016-03-28 11:03:58) > > > > On 03/25/2016 05:33 PM, Dylan Baker wrote: > > > > > > Quoting Dylan Baker (2016-03-25 16:01:00) > > > > > > > > Quoting Adam Jackson (2016-03-24 11:10:01) > > > > > > > > > >

Re: [Mesa-dev] [PATCH 06/11] glapi: Fix whitespace droppings when printing the license header

2016-03-28 Thread Dylan Baker
Quoting Ian Romanick (2016-03-28 11:03:58) > On 03/25/2016 05:33 PM, Dylan Baker wrote: > > Quoting Dylan Baker (2016-03-25 16:01:00) > >> Quoting Adam Jackson (2016-03-24 11:10:01) > >>> Signed-off-by: Adam Jackson > >>> --- > >>> src/mapi/glapi/gen/gl_XML.py | 2 +- > >>> 1

Re: [Mesa-dev] [PATCH 06/11] glapi: Fix whitespace droppings when printing the license header

2016-03-28 Thread Ian Romanick
On 03/25/2016 05:33 PM, Dylan Baker wrote: > Quoting Dylan Baker (2016-03-25 16:01:00) >> Quoting Adam Jackson (2016-03-24 11:10:01) >>> Signed-off-by: Adam Jackson >>> --- >>> src/mapi/glapi/gen/gl_XML.py | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff

Re: [Mesa-dev] [PATCH 06/11] glapi: Fix whitespace droppings when printing the license header

2016-03-25 Thread Dylan Baker
Quoting Dylan Baker (2016-03-25 16:01:00) > Quoting Adam Jackson (2016-03-24 11:10:01) > > Signed-off-by: Adam Jackson > > --- > > src/mapi/glapi/gen/gl_XML.py | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/src/mapi/glapi/gen/gl_XML.py

Re: [Mesa-dev] [PATCH 06/11] glapi: Fix whitespace droppings when printing the license header

2016-03-25 Thread Dylan Baker
Quoting Adam Jackson (2016-03-24 11:10:01) > Signed-off-by: Adam Jackson > --- > src/mapi/glapi/gen/gl_XML.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mapi/glapi/gen/gl_XML.py b/src/mapi/glapi/gen/gl_XML.py > index 2e7123e..e11f6fc 100644 >

[Mesa-dev] [PATCH 06/11] glapi: Fix whitespace droppings when printing the license header

2016-03-24 Thread Adam Jackson
Signed-off-by: Adam Jackson --- src/mapi/glapi/gen/gl_XML.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_XML.py b/src/mapi/glapi/gen/gl_XML.py index 2e7123e..e11f6fc 100644 --- a/src/mapi/glapi/gen/gl_XML.py +++