Attempt to fix build on Unix systems, ran AStyle.
This commit is contained in:
parent
9a6569fde1
commit
eafed235a6
|
@ -288,6 +288,7 @@ unsigned int ThreadExecutor::check()
|
|||
std::list<ErrorLogger::ErrorMessage::FileLocation> locations;
|
||||
locations.push_back(ErrorLogger::ErrorMessage::FileLocation(childname, 0));
|
||||
const ErrorLogger::ErrorMessage errmsg(locations,
|
||||
emptyString,
|
||||
Severity::error,
|
||||
oss.str(),
|
||||
"cppcheckError",
|
||||
|
|
Loading…
Reference in New Issue