Add space between 'when' and '('

This commit is contained in:
Nikolay Krasko
2014-05-12 14:13:07 +04:00
parent 6b8ab1a604
commit 3d588acd2d
23 changed files with 115 additions and 30 deletions
+36
View File
@@ -3,6 +3,42 @@ when (x) {
is Number -> 0
else->1
}
when {
}
when{
}
when
{
}
when (true) {
}
when(true){
}
when
(true)
{
}
when
(true)
{
}
}
// SET_FALSE: ALIGN_IN_COLUMNS_CASE_BRANCH