]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix confusing whitespace
authorRoger Dingledine <arma@torproject.org>
Mon, 30 Sep 2013 05:41:48 +0000 (01:41 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 30 Sep 2013 05:41:48 +0000 (01:41 -0400)
src/or/entrynodes.c

index b66cc2b0d84db2384f453295521a9b931ab06c23..ff72f6e98554ae65eb63b412f5fe170c49492fd5 100644 (file)
@@ -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;