Run astyle [ci skip]

This commit is contained in:
versat 2019-12-04 13:53:10 +01:00
parent 297efcd049
commit e712df7cb4
1 changed files with 2 additions and 2 deletions

View File

@ -2587,11 +2587,11 @@ static bool valueFlowForwardVariable(Token* const startToken,
}
// TODO: Check for eFunction
else if (tok2->str() == "}" && indentlevel <= 0 && tok2->scope() && tok2->scope()->type == Scope::eLambda) {
else if (tok2->str() == "}" && indentlevel <= 0 && tok2->scope() && tok2->scope()->type == Scope::eLambda) {
return true;
}
else if (tok2->str() == "}" && indentlevel == varusagelevel) {
else if (tok2->str() == "}" && indentlevel == varusagelevel) {
++number_of_if;
// Set "conditional" flag for all values