meson: Use consistent style
authorDylan Baker <dylan@pnwbakers.com>
Mon, 11 Dec 2017 23:56:08 +0000 (15:56 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 11 Jan 2018 23:40:02 +0000 (15:40 -0800)
commitfbf192a67ed2e3d4f614b49fe008c980c5f7c9a2
treed0320f703e9b2ffc4096720db4784cf10ea882ef
parentc3d802d68e222bf4030ab4e487501dfbcb34608d
meson: Use consistent style

Currently the meosn build has a mix of two styles:
arg : [foo, ...
       bar],

and
arg : [
  foo, ...,
  bar,
]

For consistency let's pick one. I've picked the later style, which I
think is more readable, and is more common in the mesa code base.

v2: - fix commit message

Acked-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
17 files changed:
src/amd/addrlib/meson.build
src/amd/common/meson.build
src/amd/vulkan/meson.build
src/broadcom/meson.build
src/compiler/glsl/glcpp/meson.build
src/compiler/glsl/meson.build
src/gallium/drivers/freedreno/meson.build
src/glx/meson.build
src/intel/compiler/meson.build
src/intel/vulkan/meson.build
src/mapi/es1api/meson.build
src/mapi/es2api/meson.build
src/mapi/shared-glapi/meson.build
src/mesa/drivers/dri/i965/meson.build
src/mesa/drivers/dri/meson.build
src/meson.build
src/vulkan/util/meson.build