mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Fix spaces
This commit is contained in:
parent
987c38e6c3
commit
fb5cefbfa0
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue