Fix indentation.

This commit is contained in:
Bartosz Taudul 2024-09-20 01:02:48 +02:00
parent e793f927fc
commit 0b5b674e1f
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -489,9 +489,9 @@ private:
uptr->thread = std::thread( [ptr = uptr.get()] { Worker( ptr ); } );
m_streams.emplace_back( std::move( uptr ) );
m_dataOffset += sz;
}
}
GetNextDataBlock();
GetNextDataBlock();
}
tracy_force_inline uint32_t ReadBlockSize()