From b877106e75411b1f9868f160554ada75af731811 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Wed, 2 Oct 2024 11:56:35 -0700 Subject: [PATCH] freedreno/ir3: Indentation fix Signed-off-by: Rob Clark Part-of: --- src/freedreno/ir3/ir3_compiler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/freedreno/ir3/ir3_compiler.h b/src/freedreno/ir3/ir3_compiler.h index 114b3cb2669..3894d040cc4 100644 --- a/src/freedreno/ir3/ir3_compiler.h +++ b/src/freedreno/ir3/ir3_compiler.h @@ -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;