Browse Source

make check-spaces

Nick Mathewson 7 years ago
parent
commit
77e2be06f6
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/test/test_address.c
  2. 0 1
      src/test/testing_common.c

+ 0 - 1
src/test/test_address.c

@@ -655,7 +655,6 @@ test_address_udp_socket_trick_whitebox(void *arg)
 
   tt_assert(sockaddr_in6_are_equal(mock_addr6,ipv6_to_check));
 
-
  done:
   UNMOCK(tor_open_socket);
   UNMOCK(tor_connect_socket);

+ 0 - 1
src/test/testing_common.c

@@ -227,7 +227,6 @@ passthrough_test_cleanup(const struct testcase_t *testcase, void *ptr)
   return 1;
 }
 
-
 static void *
 ed25519_testcase_setup(const struct testcase_t *testcase)
 {