mirror of
https://github.com/anope/anope.git
synced 2026-06-25 18:16:38 +02:00
Fix some coding style issues.
This commit is contained in:
@@ -46,7 +46,7 @@ void Thread::Start()
|
||||
if (!this->handle)
|
||||
this->handle = std::make_unique<std::thread>(entry_point, this);
|
||||
}
|
||||
catch (const std::system_error& err)
|
||||
catch (const std::system_error &err)
|
||||
{
|
||||
this->flags[SF_DEAD] = true;
|
||||
throw CoreException("Unable to create thread: " + std::string(err.what()));
|
||||
|
||||
Reference in New Issue
Block a user