From 3f386af21c266aea03798d5babb1104dd6f02759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 23 Dec 2015 10:26:12 +0100 Subject: [PATCH] astyle formatting --- lib/tokenlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tokenlist.cpp b/lib/tokenlist.cpp index 22837596f..f942bdaf1 100644 --- a/lib/tokenlist.cpp +++ b/lib/tokenlist.cpp @@ -1079,7 +1079,7 @@ void TokenList::validateAst() throw InternalError(tok, "AST broken: endless recursion from '" + tok->str() + "'", InternalError::SYNTAX); if (astTokens.find(parent)!= astTokens.end()) { break; - } + } astTokens.insert(parent); } }