astyle formatting
[ci skip]
This commit is contained in:
parent
43be20a824
commit
e65a5529ad
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user