mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Cosmetics.
This commit is contained in:
@@ -248,7 +248,7 @@ Worker::Worker( FileRead& f )
|
||||
Worker::~Worker()
|
||||
{
|
||||
Shutdown();
|
||||
if ( m_thread.joinable() )
|
||||
if( m_thread.joinable() )
|
||||
{
|
||||
m_thread.join();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user