]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
appease "make check-spaces"
authorNick Mathewson <nickm@torproject.org>
Wed, 7 Jan 2015 15:09:09 +0000 (10:09 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 7 Jan 2015 15:09:09 +0000 (10:09 -0500)
src/or/circuitbuild.c
src/test/test_config.c

index 0ad026b2d3308df4f81d0ce198664997a0c8e6a4..9620a2365511c108876026b8d14997f0652f5e7d 100644 (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,
       {
index 0b411e3354951202bae1415876df6e4038ca9503..fb8e4020dc115e15aeb4730fe0e54b624349cf74 100644 (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