Re: [Mesa-dev] [PATCH 2/3] nir: Fix a bit of broken indentation.

2015-01-28 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Wed, Jan 28, 2015 at 5:08 PM, Eric Anholt wrote: > --- > src/glsl/nir/nir.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/glsl/nir/nir.c b/src/glsl/nir/nir.c > index 25cdac0..10e6ed3 100644 > --- a/src/glsl/nir/nir.c > +++ b/src/gls

[Mesa-dev] [PATCH 2/3] nir: Fix a bit of broken indentation.

2015-01-28 Thread Eric Anholt
--- src/glsl/nir/nir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/nir/nir.c b/src/glsl/nir/nir.c index 25cdac0..10e6ed3 100644 --- a/src/glsl/nir/nir.c +++ b/src/glsl/nir/nir.c @@ -1295,7 +1295,7 @@ nir_instr_insert_before_cf(nir_cf_node *node, nir_instr *before)