[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Fix spaces



commit fb5cefbfa0364fc7189706aa765d3033fc9c2458
Author: Ola Bini <ola@xxxxxxxxxx>
Date:   Mon Oct 5 10:07:31 2015 -0500

    Fix spaces
---
 src/test/test_address.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/test/test_address.c b/src/test/test_address.c
index b696ef8..57a4f9f 100644
--- a/src/test/test_address.c
+++ b/src/test/test_address.c
@@ -634,14 +634,14 @@ test_address_udp_socket_trick_blackbox(void *arg)
   return;
 }
 
-
 static void
 test_address_tor_addr_to_in6(void *ignored)
 {
   (void)ignored;
   tor_addr_t *a = tor_malloc_zero(sizeof(tor_addr_t));
   const struct in6_addr *res;
-  uint8_t expected[16] = {42, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15};
+  uint8_t expected[16] = {42, 1, 2, 3, 4, 5, 6, 7, 8, 9,
+                          10, 11, 12, 13, 14, 15};
 
   a->family = AF_INET;
   res = tor_addr_to_in6(a);
@@ -699,7 +699,6 @@ test_address_tor_addr_to_ipv4n(void *ignored)
   (void)0;
 }
 
-
 static void
 test_address_tor_addr_to_mapped_ipv4h(void *ignored)
 {



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits