From 28ae97088700f9c6bf8d6f02795e8016b32488fb Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 27 Sep 2021 01:54:15 +0200 Subject: [PATCH] Remove trailing whitespace. --- server/TracyView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 6ae3a96d..363b0916 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -11153,7 +11153,7 @@ void View::DrawFindZone() empty = empty && (begin == end); } if (empty) continue; - + uint32_t count = 0; for( auto it = samplesBegin; it != samplesEnd; ++it ) { @@ -11216,7 +11216,7 @@ void View::DrawFindZone() m_findZone.samples.scheduleUpdate = true; m_findZone.scheduleResetMatch = true; } - + Vector data; data.reserve( m_findZone.samples.counts.size() ); for( auto it: m_findZone.samples.counts ) data.push_back_no_space_check( it ); @@ -11224,7 +11224,7 @@ void View::DrawFindZone() DrawSamplesStatistics( data, timeRange, AccumulationMode::SelfOnly ); ImGui::TreePop(); - } + } else { if( m_findZone.samples.enabled )