1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Cosmetics.

This commit is contained in:
Bartosz Taudul 2023-03-25 16:47:00 +01:00
parent e3ec455aba
commit 13b31db561
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -565,7 +565,7 @@ void TimelineItemThread::PreprocessSamples( const TimelineContext& ctx, const Ve
nextTime = nt + MinVisNs;
}
}
m_samplesDraw.emplace_back( SamplesDraw{ uint32_t( next - it - 1 ), uint32_t( it - vec.begin() ) } );
m_samplesDraw.emplace_back( SamplesDraw { uint32_t( next - it - 1 ), uint32_t( it - vec.begin() ) } );
it = next;
}
}