diff --git a/cli/cppcheckexecutor.cpp b/cli/cppcheckexecutor.cpp index db41eaaa2..ab217931a 100644 --- a/cli/cppcheckexecutor.cpp +++ b/cli/cppcheckexecutor.cpp @@ -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; } }