mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
# Make sure continued conditions are aligned.
|
|
if (something) {
|
|
if (false) {
|
|
} else if (is_linux && !is_android && current_cpu == "x64" &&
|
|
!disable_iterator_debugging) {
|
|
}
|
|
}
|