From a809bb347185fb31ea5b3fa69ddb75cabdb98e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 29 Oct 2011 19:51:11 +0200 Subject: [PATCH] astyle formatting --- lib/tokenize.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/tokenize.cpp b/lib/tokenize.cpp index 172022f28..d8af0a240 100644 --- a/lib/tokenize.cpp +++ b/lib/tokenize.cpp @@ -2625,8 +2625,7 @@ static void removeTemplates(Token *tok) break; } // don't remove constructor - if (tok2->str() == "explicit") - { + if (tok2->str() == "explicit") { Token::eraseTokens(tok, tok2); tok->str(";"); break;