Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Make sure continued conditions are aligned. | 1 # Make sure continued conditions are aligned. |
| 2 if (something) { | 2 if (something) { |
| 3 if (false) { | 3 if (false) { |
| 4 } else if (is_linux && !is_android && cpu_arch == "x64" && | 4 } else if (is_linux && !is_android && current_cpu == "x64" && |
| 5 !disable_iterator_debugging) { | 5 !disable_iterator_debugging) { |
| 6 } | 6 } |
| 7 } | 7 } |
| OLD | NEW |