Cosmetics.

This commit is contained in:
Bartosz Taudul 2019-10-28 22:53:06 +01:00
parent 99b7e8ad92
commit e0356ae01e

View File

@ -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(;;)
{