[tor-commits] [tor/master] trivial whitespace fix

arma at torproject.org arma at torproject.org
Tue Feb 17 11:01:49 UTC 2015


commit d6dbd55849426ca5d7a2ea9f2aa4f1e85ab020f6
Author: Roger Dingledine <arma at torproject.org>
Date:   Tue Feb 17 06:01:33 2015 -0500

    trivial whitespace fix
---
 src/or/circuitlist.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index 5355b17..bf7f8da 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -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))



More information about the tor-commits mailing list