Re: [Mesa-dev] [PATCH 08/14] util/gen_xmlpool: Use more standard style

2018-10-31 Thread Emil Velikov
On Fri, 26 Oct 2018 at 18:25, Dylan Baker wrote: > > gen_xmlpool uses a style unlike the rest of mesa, spaces between > function/method calls and the parens, strange whitespace to force lining > up method calls, and some other whitespace stuff. Since I'm going to be > doing some work in the file,

[Mesa-dev] [PATCH 08/14] util/gen_xmlpool: Use more standard style

2018-10-26 Thread Dylan Baker
gen_xmlpool uses a style unlike the rest of mesa, spaces between function/method calls and the parens, strange whitespace to force lining up method calls, and some other whitespace stuff. Since I'm going to be doing some work in the file, I'm going to start cleaning those up. --- src/util/xmlpool/