removed extra newline

This commit is contained in:
Daniel Marjamäki 2013-04-08 19:52:48 +02:00
parent 47360f1191
commit 0a17829021
1 changed files with 0 additions and 1 deletions

View File

@ -1278,7 +1278,6 @@ bool CheckUninitVar::checkScopeForVariable(const Scope* scope, const Token *tok,
}
}
if (initelse && condVarId > 0U && !noreturnIf && !noreturnElse)
variableValue[condVarId] = condVarValue;