mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
trivial whitespace fix
This commit is contained in:
parent
0b3ae7d9e5
commit
d6dbd55849
1 changed files with 1 additions and 1 deletions
|
@ -1545,7 +1545,7 @@ circuit_find_to_cannibalize(uint8_t purpose, extend_info_t *info,
|
|||
do {
|
||||
const node_t *ri2;
|
||||
if (tor_memeq(hop->extend_info->identity_digest,
|
||||
info->identity_digest, DIGEST_LEN))
|
||||
info->identity_digest, DIGEST_LEN))
|
||||
goto next;
|
||||
if (ri1 &&
|
||||
(ri2 = node_get_by_id(hop->extend_info->identity_digest))
|
||||
|
|
Loading…
Add table
Reference in a new issue