Sign in
gn
/
gn.git
/
981f46c64d1456d2083b1a2fa1367e753e0cdc1b
/
.
/
src
/
gn
/
format_test_data
/
032.golden
blob: aeca89639333255db0033783322fb10e781f2963 [
file
] [
log
] [
blame
]
# Make sure continued conditions are aligned.
if
(
something
)
{
if
(
false
)
{
}
else
if
(
is_linux
&&
!
is_android
&&
current_cpu
==
"x64"
&&
!
disable_iterator_debugging
)
{
}
}