Run astyle.

This commit is contained in:
Edoardo Prezioso 2012-11-07 02:24:46 +01:00
parent 1c0617c504
commit 061a5e1ad7
1 changed files with 1 additions and 1 deletions

View File

@ -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();