astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2018-09-08 15:19:32 +02:00
parent 142f921d52
commit 509cb35168
2 changed files with 2 additions and 2 deletions

View File

@ -451,7 +451,7 @@ unsigned int CppCheck::checkFile(const std::string& filename, const std::string
false); false);
reportErr(errmsg); reportErr(errmsg);
if(mSuppressInternalErrorFound){ if (mSuppressInternalErrorFound) {
internalErrorFound = false; internalErrorFound = false;
continue; continue;
} }