Conversion on copy paste: Reformat code after conversion

This commit is contained in:
Pavel V. Talanov
2014-01-09 17:31:20 +04:00
parent 7db53106fd
commit 160f897806
7 changed files with 36 additions and 9 deletions
@@ -0,0 +1,8 @@
class A {
public static void main(String[]args){
<selection>if (x > 0)
x = 2;
else
x = 3;</selection>
}
}