From 061a5e1ad785445858ea8fb2c74e45ca6abab6f6 Mon Sep 17 00:00:00 2001 From: Edoardo Prezioso Date: Wed, 7 Nov 2012 02:24:46 +0100 Subject: [PATCH] Run astyle. --- lib/tokenize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tokenize.cpp b/lib/tokenize.cpp index 292758fae..e2c27c856 100644 --- a/lib/tokenize.cpp +++ b/lib/tokenize.cpp @@ -6480,7 +6480,7 @@ bool Tokenizer::simplifyRedundantParenthesis() } if (Token::Match(tok->previous(), "[(,;{}] ( %var% (") && - tok->link()->previous() == tok->linkAt(2)) { + tok->link()->previous() == tok->linkAt(2)) { // We have "( func ( *something* ))", remove the outer // parenthesis tok->link()->deleteThis();