naiveproxy/tools/gn/format_test_data/032.gn
2018-01-29 00:30:36 +08:00

7 lines
179 B
Plaintext

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