diff options
author | Eric Anholt <[email protected]> | 2019-09-16 15:18:28 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-10-04 19:15:01 +0000 |
commit | ce76be99339a080b11de6e82ea7c1e0aa97f9f5a (patch) | |
tree | f16c10062dae42ac0035e48029b4cfa4f9668bbf /src/compiler | |
parent | 3cc914921e69b4458d4480a64aafe0f2823c76e2 (diff) |
nir: Fix some wonky whitespace in nir_search.h.
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Connor Abbott <[email protected]>
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/nir/nir_search.h | 4 |
1 files 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 { |