Run astyle.
This commit is contained in:
parent
1c0617c504
commit
061a5e1ad7
|
@ -6480,7 +6480,7 @@ bool Tokenizer::simplifyRedundantParenthesis()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Token::Match(tok->previous(), "[(,;{}] ( %var% (") &&
|
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
|
// We have "( func ( *something* ))", remove the outer
|
||||||
// parenthesis
|
// parenthesis
|
||||||
tok->link()->deleteThis();
|
tok->link()->deleteThis();
|
||||||
|
|
Loading…
Reference in New Issue