From c00830083edcf194156cb380612f775b5e22c096 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Fri, 29 Nov 2024 11:41:23 +0200 Subject: [PATCH] brw: fix indentation Reviewed-by: Caio Oliveira Part-of: --- src/intel/compiler/brw_compile_vs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/compiler/brw_compile_vs.cpp b/src/intel/compiler/brw_compile_vs.cpp index 63fb208a23a..be7e9456b74 100644 --- a/src/intel/compiler/brw_compile_vs.cpp +++ b/src/intel/compiler/brw_compile_vs.cpp @@ -126,7 +126,7 @@ brw_compile_vs(const struct brw_compiler *compiler, prog_data->uses_instanceid = true; if (BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID)) - prog_data->uses_drawid = true; + prog_data->uses_drawid = true; prog_data->base.urb_read_length = DIV_ROUND_UP(nr_attribute_slots, 2); prog_data->nr_attribute_slots = nr_attribute_slots;