From 69245e751b7d55b1b0ff23ef211fadf0cdcc68e7 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 16 Jun 2026 20:16:54 +0200 Subject: [PATCH] Cosmetics. --- profiler/src/profiler/TracyView_CpuData.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiler/src/profiler/TracyView_CpuData.cpp b/profiler/src/profiler/TracyView_CpuData.cpp index c6ccf7d3..f101ff16 100644 --- a/profiler/src/profiler/TracyView_CpuData.cpp +++ b/profiler/src/profiler/TracyView_CpuData.cpp @@ -292,7 +292,7 @@ bool View::DrawCpuData( const TimelineContext& ctx, const std::vectorWakeupVal() - prev.End() ) ); } - + // Do we have information about the readying thread? if( it->Start() - it->WakeupVal() ) { @@ -369,7 +369,7 @@ bool View::DrawCpuData( const TimelineContext& ctx, const std::vector( wakeupThreadColor ), wakeuplabel ); ImGui::SameLine();