Mesa (master): nir: Fix some wonky whitespace in nir_search.h.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Oct 4 19:34:39 UTC 2019


Module: Mesa
Branch: master
Commit: ce76be99339a080b11de6e82ea7c1e0aa97f9f5a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce76be99339a080b11de6e82ea7c1e0aa97f9f5a

Author: Eric Anholt <eric at anholt.net>
Date:   Mon Sep 16 15:18:28 2019 -0700

nir: Fix some wonky whitespace in nir_search.h.

Reviewed-by: Ian Romanick <ian.d.romainck at intel.com>
Reviewed-by: Connor Abbott <cwabbott0 at gmail.com>

---

 src/compiler/nir/nir_search.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/compiler/nir/nir_search.h b/src/compiler/nir/nir_search.h
index c5d7ba3895e..e5c29f3e94a 100644
--- a/src/compiler/nir/nir_search.h
+++ b/src/compiler/nir/nir_search.h
@@ -96,8 +96,8 @@ typedef struct {
    bool (*cond)(struct hash_table *range_ht, nir_alu_instr *instr, unsigned src,
                 unsigned num_components, const uint8_t *swizzle);
 
-	/** Swizzle (for replace only) */
-	uint8_t swizzle[NIR_MAX_VEC_COMPONENTS];
+   /** Swizzle (for replace only) */
+   uint8_t swizzle[NIR_MAX_VEC_COMPONENTS];
 } nir_search_variable;
 
 typedef struct {




More information about the mesa-commit mailing list