From: Eric Anholt Date: Mon, 16 Sep 2019 22:18:28 +0000 (-0700) Subject: nir: Fix some wonky whitespace in nir_search.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce76be99339a080b11de6e82ea7c1e0aa97f9f5a;p=mesa.git nir: Fix some wonky whitespace in nir_search.h. Reviewed-by: Ian Romanick Reviewed-by: Connor Abbott --- 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 {