astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2017-08-30 17:42:04 +02:00
parent 05e986117f
commit 1a1f2069e9
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ void CppCheckExecutor::reportErr(const std::string &errmsg)
_errorList.insert(errmsg);
if (errorOutput)
*errorOutput << errmsg << std::endl;
else {
else {
std::cerr << ansiToOEM(errmsg, (_settings == nullptr) ? true : !_settings->xml) << std::endl;
}
}