astyle formatting
This commit is contained in:
parent
4d085dd3fd
commit
dde4cc39e5
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue