astyle formatting

This commit is contained in:
Daniel Marjamäki 2012-12-29 17:13:54 +01:00
parent 4d085dd3fd
commit dde4cc39e5
1 changed files with 1 additions and 2 deletions

View File

@ -780,8 +780,7 @@ void CheckUnusedVar::checkFunctionVariableUsage_iterateScopes(const Scope* const
tok = tok->next();
if (!var->isReference())
variables.read(tok->varId(), tok);
}
else if (var->typeEndToken()->str() == ">") // Be careful with types like std::vector
} else if (var->typeEndToken()->str() == ">") // Be careful with types like std::vector
tok = tok->previous();
break;
}