mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Remove trailing whitespace.
This commit is contained in:
parent
d5db075286
commit
28ae970887
@ -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<SymList> 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 )
|
||||
|
Loading…
Reference in New Issue
Block a user