Run formatter in function context for converted expression and statements

This commit is contained in:
Nikolay Krasko
2014-04-25 15:39:48 +04:00
parent f11e35f988
commit 13dce4dd11
75 changed files with 331 additions and 343 deletions
@@ -1,5 +1,4 @@
while (a > b)
{
var i: Int = 1
i = i + 1
while (a > b) {
var i: Int = 1
i = i + 1
}