mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Code indentation whitespace-only fix
This commit is contained in:
parent
45681f695c
commit
eb5a262a15
@ -1861,7 +1861,7 @@ router_pick_trusteddirserver_impl(const smartlist_t *sourcelist,
|
||||
!router_supports_extrainfo(d->digest, 1))
|
||||
continue;
|
||||
if (requireother && me && router_digest_is_me(d->digest))
|
||||
continue;
|
||||
continue;
|
||||
if (try_excluding &&
|
||||
routerset_contains_routerstatus(options->ExcludeNodes,
|
||||
&d->fake_status, -1)) {
|
||||
|
Loading…
Reference in New Issue
Block a user