From 85b41059c524e3d6957a0816c21c22bc7a13e13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 10 Nov 2013 15:49:53 +0100 Subject: [PATCH] astyle formatting --- lib/checkuninitvar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkuninitvar.cpp b/lib/checkuninitvar.cpp index 7224badb6..977eaa550 100644 --- a/lib/checkuninitvar.cpp +++ b/lib/checkuninitvar.cpp @@ -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; }