From 67832d89f7709cdff18d56943e9895d059e67f89 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Fri, 1 May 2009 13:08:19 +0300 Subject: [PATCH] Astyle fix --- src/tokenize.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tokenize.cpp b/src/tokenize.cpp index 3c852938a..4e258c6f8 100644 --- a/src/tokenize.cpp +++ b/src/tokenize.cpp @@ -827,7 +827,7 @@ bool Tokenizer::createLinks() } } - if (links.size() > 0 || links2.size() > 0 ) + if (links.size() > 0 || links2.size() > 0) { // Error, { and } don't match. return false; @@ -1957,7 +1957,7 @@ bool Tokenizer::simplifyIfNot() ret = true; } - if (Token::Match(tok, "%var% == 0") ) + if (Token::Match(tok, "%var% == 0")) { tok->deleteNext(); tok->next()->str(tok->str().c_str()); @@ -1965,7 +1965,7 @@ bool Tokenizer::simplifyIfNot() ret = true; } - if ( tok->link() && Token::Match(tok, ") == 0") ) + if (tok->link() && Token::Match(tok, ") == 0")) { tok->deleteNext(); tok->deleteNext();