util/gen_xmlpool: Use more standard style
authorDylan Baker <dylan@pnwbakers.com>
Wed, 24 Oct 2018 18:56:49 +0000 (11:56 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 31 Oct 2018 23:37:12 +0000 (16:37 -0700)
commit2c2aa98ee7fd86d722b8db74661b3698d4ef32e7
treebad8cabef85462c775783cd868e08338cab237a5
parenta8004ef03ec1320867b02d7b09c9cf68a7cdef5b
util/gen_xmlpool: Use more standard style

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.

Acked-by: Emil Velikov <emil.velikov@collabora.com>
src/util/xmlpool/gen_xmlpool.py