astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2018-03-24 12:30:11 +01:00
parent 43be20a824
commit e65a5529ad
2 changed files with 10 additions and 11 deletions

View File

@ -932,8 +932,7 @@ bool Library::isContainerYield(const Token * const cond, Library::Container::Yie
if (const Library::Container *container = tok->astOperand1()->valueType()->container) {
return tok->astOperand2() && y == container->getYield(tok->astOperand2()->str());
}
}
else if(!fallback.empty()) {
} else if (!fallback.empty()) {
return Token::simpleMatch(cond, "( )") && cond->previous()->str() == fallback;
}
}