Formatter: left brace formatting for "do while"

This commit is contained in:
Pavel V. Talanov
2014-01-16 19:14:56 +04:00
parent 7687e3d61f
commit 2aea631c1b
8 changed files with 99 additions and 9 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ class Test() {
while (One.myContainer.myBoolean)
System.out.println("Ok")
do
{
do {
System.out.println("Ok")
}
while (One.myContainer.myBoolean)
+1 -2
View File
@@ -23,8 +23,7 @@ open class Test() {
while (One.myContainer?.myBoolean!!)
System.out?.println("Ok")
do
{
do {
System.out?.println("Ok")
}
while (One.myContainer?.myBoolean!!)