appease "make check-spaces"

This commit is contained in:
Nick Mathewson
2015-01-07 10:09:09 -05:00
parent cb54cd6745
commit 79aaad952f
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -2065,7 +2065,7 @@ choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state)
/*XXXX025 use the using_as_guard flag to accomplish this.*/
if (options->UseEntryGuards
&& (!options->TestingTorNetwork ||
smartlist_len(nodelist_get_list()) > smartlist_len(get_entry_guards())
smartlist_len(nodelist_get_list()) > smartlist_len(get_entry_guards())
)) {
SMARTLIST_FOREACH(get_entry_guards(), const entry_guard_t *, entry,
{
-1
View File
@@ -1218,7 +1218,6 @@ test_config_resolve_my_address(void *arg)
UNMOCK(tor_gethostname);
tor_free(hostname_out);
/*
* CASE 7:
* We want resolve_my_address() to try and get network interface address via