IDEA-53013 Allignment of multiline parenthesis

Test data is corrected in accordance with revised algorithm
This commit is contained in:
Denis Zhdanov
2010-05-18 12:11:03 +04:00
parent 1cfb1a195e
commit eb6d106fd7
2 changed files with 2 additions and 2 deletions
@@ -3,6 +3,6 @@ class Foo {
public void foo() {
int someVariable = (y +
z
);
);
}
}
@@ -14,7 +14,7 @@ public class Foo {
if (x < 0) {
int someVariable = (y +
z
);
);
someVariable = x =
x +
y;