mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-18 00:21:00 +00:00
6 lines
179 B
Text
6 lines
179 B
Text
# Make sure continued conditions are aligned.
|
|
if (something) {
|
|
if (false) {
|
|
} else if (is_linux && !is_android && current_cpu == "x64" && !disable_iterator_debugging) {
|
|
}
|
|
}
|