mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 05:03:53 +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);
|
empty = empty && (begin == end);
|
||||||
}
|
}
|
||||||
if (empty) continue;
|
if (empty) continue;
|
||||||
|
|
||||||
uint32_t count = 0;
|
uint32_t count = 0;
|
||||||
for( auto it = samplesBegin; it != samplesEnd; ++it )
|
for( auto it = samplesBegin; it != samplesEnd; ++it )
|
||||||
{
|
{
|
||||||
@ -11216,7 +11216,7 @@ void View::DrawFindZone()
|
|||||||
m_findZone.samples.scheduleUpdate = true;
|
m_findZone.samples.scheduleUpdate = true;
|
||||||
m_findZone.scheduleResetMatch = true;
|
m_findZone.scheduleResetMatch = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
Vector<SymList> data;
|
Vector<SymList> data;
|
||||||
data.reserve( m_findZone.samples.counts.size() );
|
data.reserve( m_findZone.samples.counts.size() );
|
||||||
for( auto it: m_findZone.samples.counts ) data.push_back_no_space_check( it );
|
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 );
|
DrawSamplesStatistics( data, timeRange, AccumulationMode::SelfOnly );
|
||||||
|
|
||||||
ImGui::TreePop();
|
ImGui::TreePop();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if( m_findZone.samples.enabled )
|
if( m_findZone.samples.enabled )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user