diff options
author | Roger Dingledine <arma@torproject.org> | 2013-09-30 01:41:48 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-09-30 01:41:48 -0400 |
commit | 2cf41cc70da33ac7c7c50bb6a42fb12a29b49a4e (patch) | |
tree | e27d1b204ea795e761cd64195a6239d825ebfc06 /src | |
parent | 8bc5b9f3d0cd35ebf3d6eca428adc5d27e12e9dc (diff) | |
download | tor-2cf41cc70da33ac7c7c50bb6a42fb12a29b49a4e.tar tor-2cf41cc70da33ac7c7c50bb6a42fb12a29b49a4e.tar.gz |
fix confusing whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/or/entrynodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c index b66cc2b0d..ff72f6e98 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; |