naiveproxy/tools/gn/format_test_data/032.gn

7 lines
179 B
Plaintext
Raw Normal View History

2018-08-11 08:35:24 +03:00
# Make sure continued conditions are aligned.
if (something) {
if (false) {
} else if (is_linux && !is_android && current_cpu == "x64" && !disable_iterator_debugging) {
}
}