Re: [Mesa-dev] [PATCH] util/indices: move duplicated assignments out of switch cases

2016-05-26 Thread Roland Scheidegger
Reviewed-by: Roland Scheidegger Am 26.05.2016 um 20:18 schrieb Brian Paul: > Spotted by Roland. > --- > src/gallium/auxiliary/indices/u_indices.c | 33 > --- > 1 file changed, 4 insertions(+), 29 deletions(-) > > diff --git a/src/gallium/auxiliary/indices/u_indices.

[Mesa-dev] [PATCH] util/indices: move duplicated assignments out of switch cases

2016-05-26 Thread Brian Paul
Spotted by Roland. --- src/gallium/auxiliary/indices/u_indices.c | 33 --- 1 file changed, 4 insertions(+), 29 deletions(-) diff --git a/src/gallium/auxiliary/indices/u_indices.c b/src/gallium/auxiliary/indices/u_indices.c index 91f00f2..323c971 100644 --- a/src/galli