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" && !disable_iterator_d ebugging) { | 4 } else if (is_linux && !is_android && current_cpu == "x64" && !disable_iterato r_debugging) { |
| 5 } | 5 } |
| 6 } | 6 } |
| OLD | NEW |