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

arma at torproject.org arma at torproject.org
Mon Sep 30 05:42:43 UTC 2013


commit 2cf41cc70da33ac7c7c50bb6a42fb12a29b49a4e
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Sep 30 01:41:48 2013 -0400

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

diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c
index b66cc2b..ff72f6e 100644
--- a/src/or/entrynodes.c
+++ b/src/or/entrynodes.c
@@ -363,7 +363,7 @@ add_an_entry_guard(const node_t *chosen, int reset_status, int prepend,
         entry->can_retry = 1;
       }
       entry->is_dir_cache = node->rs &&
-        node->rs->version_supports_microdesc_cache;
+                            node->rs->version_supports_microdesc_cache;
       if (get_options()->UseBridges && node_is_a_configured_bridge(node))
         entry->is_dir_cache = 1;
       return NULL;



More information about the tor-commits mailing list