From 6b99cf606407de76e43b2d36f8ddd050cc3638cd Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Fri, 17 Jul 2020 17:15:26 +0100 Subject: [PATCH] nir/load_store_vectorize: fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rhys Perry Reviewed-by: Daniel Schürmann Part-of: --- src/compiler/nir/nir_opt_load_store_vectorize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_opt_load_store_vectorize.c b/src/compiler/nir/nir_opt_load_store_vectorize.c index 96c9eb41cee..cf9626ff21d 100644 --- a/src/compiler/nir/nir_opt_load_store_vectorize.c +++ b/src/compiler/nir/nir_opt_load_store_vectorize.c @@ -1226,7 +1226,7 @@ handle_barrier(struct vectorize_ctx *ctx, bool *progress, nir_function_impl *imp modes = nir_var_mem_shared; break; case nir_intrinsic_scoped_barrier: - if (nir_intrinsic_memory_scope(intrin) == NIR_SCOPE_NONE) + if (nir_intrinsic_memory_scope(intrin) == NIR_SCOPE_NONE) break; modes = nir_intrinsic_memory_modes(intrin) & (nir_var_mem_ssbo | -- 2.30.2