astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2019-07-29 22:40:53 +02:00
parent ed5ae7c5fa
commit ff5a23604f
1 changed files with 2 additions and 2 deletions

View File

@ -513,10 +513,10 @@ void ThreadExecutor::report(const ErrorLogger::ErrorMessage &msg, MessageType ms
EnterCriticalSection(&mReportSync); EnterCriticalSection(&mReportSync);
switch (msgType) { switch (msgType) {
case MessageType::REPORT_ERROR: case MessageType::REPORT_ERROR:
mErrorLogger.reportErr(msg); mErrorLogger.reportErr(msg);
break; break;
case MessageType::REPORT_INFO: case MessageType::REPORT_INFO:
mErrorLogger.reportInfo(msg); mErrorLogger.reportInfo(msg);
break; break;
} }