# Make sure continued conditions are aligned.
if (something) {
  if (false) {
  } else if (is_linux && !is_android && current_cpu == "x64" &&
             !disable_iterator_debugging) {
  }
}