astyle formatting

This commit is contained in:
Daniel Marjamäki 2013-11-10 15:49:53 +01:00
parent 4ed4d71b3c
commit 85b41059c5
1 changed files with 1 additions and 1 deletions

View File

@ -1366,7 +1366,7 @@ bool CheckUninitVar::checkScopeForVariable(const Scope* scope, const Token *tok,
if (!forwhile) {
// Assert that the tokens are '} while ('
if (!Token::simpleMatch(tok, "} while (")) {
if(_settings->debugwarnings)
if (_settings->debugwarnings)
reportError(tok,Severity::debug,"","assertion failed '} while ('");
break;
}