From b9cdefd406bee3d56be908fd5ae18d5bb09cdf0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Molinari?= Date: Tue, 20 Jan 2026 13:46:12 +0100 Subject: [PATCH] util/perf: Replace tabs with spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Molinari Reviewed-by: Ashley Smith Reviewed-by: Boris Brezillon Part-of: --- src/util/perf/cpu_trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/perf/cpu_trace.h b/src/util/perf/cpu_trace.h index 27b7a72b4ef..6dd73e0b126 100644 --- a/src/util/perf/cpu_trace.h +++ b/src/util/perf/cpu_trace.h @@ -174,7 +174,7 @@ _mesa_trace_scope_begin(const char *format, ...) static inline void * _mesa_trace_scope_flow_begin(const char *name, - struct mesa_trace_flow *flow) + struct mesa_trace_flow *flow) { void *scope = NULL;