mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Cosmetics.
This commit is contained in:
parent
99b7e8ad92
commit
e0356ae01e
@ -2286,10 +2286,7 @@ void Worker::Network()
|
||||
|
||||
void Worker::Exec()
|
||||
{
|
||||
auto ShouldExit = [this]
|
||||
{
|
||||
return m_shutdown.load( std::memory_order_relaxed );
|
||||
};
|
||||
auto ShouldExit = [this] { return m_shutdown.load( std::memory_order_relaxed ); };
|
||||
|
||||
for(;;)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user