IDEA-19328 "Simple blocks on one line" and "Force braces" aren't applied ideally

Test data is corrected in accordance with formatting algorithm fixes
This commit is contained in:
Denis Zhdanov
2010-05-12 16:15:48 +04:00
parent 944d413a35
commit de8be3bd7d

View File

@@ -23,9 +23,7 @@ public class Foo {
label2:
for (int i = 0;
i < 5;
i++) {
doSomething(i);
}
i++) { doSomething(i); }
}
switch (a) {
case 0: