meson: Reformat glx code to match more common style
authorDylan Baker <dylan@pnwbakers.com>
Fri, 1 Dec 2017 22:46:42 +0000 (14:46 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 4 Dec 2017 21:14:00 +0000 (13:14 -0800)
commitb08a35b15087e0a51f4afe9f7f17c48c43a352bc
tree336818eb5b3005aa95654c8e2d5937732c39dc19
parent5de7c782fbb30dc49d6b48f797db8f551dada50a
meson: Reformat glx code to match more common style

Generally in our meson build large arrays are formated in the form:
[
  ..., ..., ..., $
  ...,
]

So use that form

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/glx/meson.build