mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
7 lines
179 B
Plaintext
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) {
|
||
|
}
|
||
|
}
|