7 lines
179 B
Plaintext
Raw Normal View History

2018-02-02 05:49:39 -05:00
# Make sure continued conditions are aligned.
if (something) {
if (false) {
} else if (is_linux && !is_android && current_cpu == "x64" && !disable_iterator_debugging) {
}
}