Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
IfSpacing.after.kt
blob: 145ecf094bf001e41837d74f89f6dcb6ad130a00 [
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
)
}