nir/load_store_vectorize: fix indentation
authorRhys Perry <pendingchaos02@gmail.com>
Fri, 17 Jul 2020 16:15:26 +0000 (17:15 +0100)
committerMarge Bot <eric+marge@anholt.net>
Wed, 29 Jul 2020 17:57:13 +0000 (17:57 +0000)
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5980>

src/compiler/nir/nir_opt_load_store_vectorize.c

index 96c9eb4..cf9626f 100644 (file)
@@ -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 |