removed extra newline
This commit is contained in:
parent
47360f1191
commit
0a17829021
|
@ -1278,7 +1278,6 @@ bool CheckUninitVar::checkScopeForVariable(const Scope* scope, const Token *tok,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (initelse && condVarId > 0U && !noreturnIf && !noreturnElse)
|
if (initelse && condVarId > 0U && !noreturnIf && !noreturnElse)
|
||||||
variableValue[condVarId] = condVarValue;
|
variableValue[condVarId] = condVarValue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue