trivial whitespace fix

This commit is contained in:
Roger Dingledine 2015-02-17 06:01:33 -05:00
parent 0b3ae7d9e5
commit d6dbd55849

View File

@ -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))