diff --git a/server/TracyWorker.cpp b/server/TracyWorker.cpp index f5dfd9ac..7488b9c2 100644 --- a/server/TracyWorker.cpp +++ b/server/TracyWorker.cpp @@ -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(;;) {