freedreno/ir3: Indentation fix

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31534>
This commit is contained in:
Rob Clark 2024-10-02 11:56:35 -07:00 committed by Marge Bot
parent 7e9b948430
commit b877106e75

View file

@ -47,10 +47,10 @@ struct ir3_compiler_options {
/* True if 8-bit descriptors are available. */
bool storage_8bit;
/* If base_vertex should be lowered in nir */
bool lower_base_vertex;
/* If base_vertex should be lowered in nir */
bool lower_base_vertex;
bool shared_push_consts;
bool shared_push_consts;
/* "dual_color_blend_by_location" workaround is enabled: */
bool dual_color_blend_by_location;