Skip to content

Commit 1a1f206

Browse files
committed
astyle formatting
[ci skip]
1 parent 05e9861 commit 1a1f206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/cppcheckexecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ void CppCheckExecutor::reportErr(const std::string &errmsg)
975975
_errorList.insert(errmsg);
976976
if (errorOutput)
977977
*errorOutput << errmsg << std::endl;
978-
else {
978+
else {
979979
std::cerr << ansiToOEM(errmsg, (_settings == nullptr) ? true : !_settings->xml) << std::endl;
980980
}
981981
}

0 commit comments

Comments
 (0)