astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2019-07-15 12:56:44 +02:00
parent 6d6bb31926
commit 4122b2111f
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ void CheckLeakAutoVar::checkScope(const Token * const startToken,
std::set<unsigned int> notzero,
unsigned int recursiveCount)
{
if (++recursiveCount > 1000) // maximum number of "else if ()"
if (++recursiveCount > 1000) // maximum number of "else if ()"
throw InternalError(startToken, "Internal limit: CheckLeakAutoVar::checkScope() Maximum recursive count of 1000 reached.", InternalError::LIMIT);
std::map<unsigned int, VarInfo::AllocInfo> &alloctype = varInfo->alloctype;