nir: Fix some wonky whitespace in nir_search.h.
authorEric Anholt <eric@anholt.net>
Mon, 16 Sep 2019 22:18:28 +0000 (15:18 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 4 Oct 2019 19:15:01 +0000 (19:15 +0000)
Reviewed-by: Ian Romanick <ian.d.romainck@intel.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/compiler/nir/nir_search.h

index c5d7ba3895ea60fdd48bbf61d8ef6d4326dc235c..e5c29f3e94a49e9540f1787cdeaca5403c09b563 100644 (file)
@@ -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 {