Re: [Mesa-dev] [PATCH 1/8] meson: Use consistent style

2018-01-09 Thread Eric Engestrom
On Friday, 2018-01-05 15:40:20 -0800, Dylan Baker wrote: > Currently the meosn build has a mix of two styles: > arg : [foo, ... >bar], > > and > arg :[ ^ Missing space Other than that, the series is: Acked-by: Eric Engestrom > foo, ..., > bar, > ]

[Mesa-dev] [PATCH 1/8] meson: Use consistent style

2018-01-05 Thread Dylan Baker
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. Signed-off-by: Dylan Baker