From c52704e636312a0c2eb399a0c0b36d20b7bf9054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 20 Feb 2011 21:00:03 +0100 Subject: [PATCH] astyle formatting --- lib/preprocessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/preprocessor.cpp b/lib/preprocessor.cpp index a232a432d..2f5c33795 100644 --- a/lib/preprocessor.cpp +++ b/lib/preprocessor.cpp @@ -1335,7 +1335,7 @@ void Preprocessor::simplifyCondition(const std::map &v Tokenizer tokenizer2(&settings,NULL); std::istringstream istr2(it->second); tokenizer2.tokenize(istr2,"","",true); - + // Copy the value tokens std::stack link; for (const Token *tok2 = tokenizer2.tokens(); tok2; tok2 = tok2->next())