Chromium Code Reviews| Index: tools/gn/format_test_data/032.gn |
| diff --git a/tools/gn/format_test_data/032.gn b/tools/gn/format_test_data/032.gn |
| index e3c16ce14d802b30dba52d7792c1c5c97d78dcc1..d7ea7e5f8f447b14d0a225a45d0d32d9d98eafa9 100644 |
| --- a/tools/gn/format_test_data/032.gn |
| +++ b/tools/gn/format_test_data/032.gn |
| @@ -1,6 +1,6 @@ |
| # Make sure continued conditions are aligned. |
| if (something) { |
| if (false) { |
| - } else if (is_linux && !is_android && cpu_arch == "x64" && !disable_iterator_debugging) { |
| + } else if (is_linux && !is_android && current_cpu == "x64" && !disable_iterator_debugging) { |
| } |
| } |