astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-01-19 11:19:37 +01:00
parent 3cf0e88fbe
commit c7a66134c4
1 changed files with 1 additions and 2 deletions

View File

@ -1350,8 +1350,7 @@ bool CheckUninitVar::checkScopeForVariable(const Scope* scope, const Token *tok,
uninitStructMemberError(tok, tok->str() + "." + membervar->name());
else
return true;
}
else if (tok->strAt(1) == "=")
} else if (tok->strAt(1) == "=")
return true;
else if (tok->strAt(-1) == "&")
return true;