mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-12 19:31:47 +00:00
Fix indentation.
This commit is contained in:
parent
e793f927fc
commit
0b5b674e1f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user