blob: 6c2a16c1d291d36b32fcb066a3c1778dc8a5cc00 [file] [log] [blame]
# Make sure continued conditions are aligned.
if (something) {
if (false) {
} else if (is_linux && !is_android && cpu_arch == "x64" &&
!disable_iterator_debugging) {
}