[or-cvs] [tor/maint-0.2.2 7/7] Fix a whitespace error

nickm at torproject.org nickm at torproject.org
Thu Oct 21 20:19:18 UTC 2010


Author: Nick Mathewson <nickm at torproject.org>
Date: Thu, 21 Oct 2010 16:12:04 -0400
Subject: Fix a whitespace error
Commit: 441241c13692051ff1b4ae86eaf472a8782cd5d6

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

diff --git a/src/or/router.c b/src/or/router.c
index d289b0c..3fd7b7f 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -150,7 +150,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