astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2014-03-26 06:56:13 +01:00
parent fa7ae1ae5b
commit d22da5e683
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@ void CheckBufferOverrun::checkScope(const Token *tok, const ArrayInfo &arrayInfo
for (const Token *tok2 = tok->next(); tok2 && tok2->str() == "["; tok2 = tok2->link()->next()) {
const Token *index = tok2->astOperand2();
if (!index)
continue;
continue;
std::list<ValueFlow::Value>::const_iterator it;
const ValueFlow::Value *val = nullptr;
for (it = index->values.begin(); it != index->values.end(); ++it) {