1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Cosmetics.

This commit is contained in:
Bartosz Taudul 2022-09-02 19:41:10 +02:00 committed by GitHub
parent e1b9ded2c6
commit 3a73cc0f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -538,7 +538,7 @@ Worker::Worker( const char* name, const char* program, const std::vector<ImportE
}
// Add a default frame if we didn't have any framesets
if (frameNames.empty())
if( frameNames.empty() )
{
m_data.framesBase = m_data.frames.Retrieve( 0, [this] ( uint64_t name ) {
auto fd = m_slab.AllocInit<FrameData>();