Skip to content
Snippets Groups Projects
Commit 2cf41cc7 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

fix confusing whitespace

parent 8bc5b9f3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment