Run astyle [ci skip]
This commit is contained in:
parent
297efcd049
commit
e712df7cb4
|
@ -2587,11 +2587,11 @@ static bool valueFlowForwardVariable(Token* const startToken,
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Check for eFunction
|
// 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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (tok2->str() == "}" && indentlevel == varusagelevel) {
|
else if (tok2->str() == "}" && indentlevel == varusagelevel) {
|
||||||
++number_of_if;
|
++number_of_if;
|
||||||
|
|
||||||
// Set "conditional" flag for all values
|
// Set "conditional" flag for all values
|
||||||
|
|
Loading…
Reference in New Issue