Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
WhileSpacing.kt
blob: ce8f285f47faed645ea5855910e1edb2e46b4c4e [
file
] [
log
] [
blame
]
fun test
()
{
while
(
1
==
2
)
{
}
while
(
1
==
2
)
{
}
while
(
1
==
2
)
{
}
while
(
true
)
{
}
while
(
true
){
}
while
(
true
)
{
}
while
(
true
)
{
}
}