Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
IfSpacing.kt
blob: 7fd0f98f2d8976e4bdf6bdc7c75ce4bee66c9f91 [
file
] [
log
] [
blame
]
fun f
()
{
if
(
1
==
2
)
{
}
if
(
1
==
2
)
{
}
if
(
1
==
2
)
{
}
if
(
true
)
{
}
else
{
}
if
(
true
){
}
else
{
}
if
(
true
)
{
}
else
{
}
if
(
true
)
{
}
else
{
}
if
(
true
)
{
}
else
3
>
2
if
(
true
)(
3
)
else
(
4
)
if
(
true
)
(
3
)
else
(
4
)
if
(
true
)(
3
)
else
(
4
)
}