[or-cvs] [tor/master] found this whitespace fix in a sandbox

arma at torproject.org arma at torproject.org
Sun Nov 21 20:57:47 UTC 2010


Author: Roger Dingledine <arma at torproject.org>
Date: Sun, 21 Nov 2010 15:57:22 -0500
Subject: found this whitespace fix in a sandbox
Commit: d77bc69b0cd1fe6886929d5d575180ac195906ed

---
 src/or/router.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/router.c b/src/or/router.c
index b612d0d..5fbc9be 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -152,8 +152,8 @@ assert_identity_keys_ok(void)
   } else {
     /* assert that we have set the client and server keys to be unequal */
     if (server_identitykey)
-       tor_assert(0!=crypto_pk_cmp_keys(client_identitykey,
-                                        server_identitykey));
+      tor_assert(0!=crypto_pk_cmp_keys(client_identitykey,
+                                       server_identitykey));
   }
 }
 
-- 
1.7.1



More information about the tor-commits mailing list