[tor-commits] [tor/master] Appease make check-spaces
nickm at torproject.org
nickm at torproject.org
Mon Jun 25 16:08:58 UTC 2012
commit 10130e5979d01e8707033d0a23cc2f686ae6f598
Author: Andrea Shepard <andrea at persephoneslair.org>
Date: Fri Jun 15 21:48:15 2012 -0700
Appease make check-spaces
---
src/or/rendclient.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index c74be52..5b3b92e 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -693,7 +693,7 @@ rend_client_refetch_v2_renddesc(const rend_data_t *rend_query)
/* Close pending connections. */
rend_client_desc_trynow(rend_query->onion_address);
-done:
+ done:
memset(descriptor_id, 0, sizeof(descriptor_id));
return;
More information about the tor-commits
mailing list