enable split if with redundant parenthesis

This commit is contained in:
Anna.Kozlova
2018-03-29 16:11:08 +02:00
parent 34ef66e51c
commit 04b2a7b199
2 changed files with 5 additions and 3 deletions
@@ -1,6 +1,6 @@
class C {
void foo() {
if ((a) |<caret>| (b)) {
if (((a) |<caret>| (b))) {
call();
}
}