From 71ea5bd2d05058008e604ffd42993be9c7250e04 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 29 Nov 2011 20:47:18 +0000 Subject: -fixing indentation --- src/hello/test_hello.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/hello/test_hello.c') diff --git a/src/hello/test_hello.c b/src/hello/test_hello.c index ca69dfc18..eb15668f4 100644 --- a/src/hello/test_hello.c +++ b/src/hello/test_hello.c @@ -47,8 +47,8 @@ my_addr_gen (void *cls, size_t max, void *buf) address.transport_name = "test"; address.address_length = *i; ret = - GNUNET_HELLO_add_address (&address, GNUNET_TIME_absolute_get (), - buf, max); + GNUNET_HELLO_add_address (&address, GNUNET_TIME_absolute_get (), buf, + max); (*i)--; return ret; } @@ -67,7 +67,9 @@ check_addr (void *cls, const struct GNUNET_HELLO_Address *address, GNUNET_assert (address->address_length > 0); GNUNET_assert (*i & (1 << (address->address_length - 1))); *i -= (1 << (address->address_length - 1)); - GNUNET_assert (0 == strncmp ("address_information", address->address, address->address_length)); + GNUNET_assert (0 == + strncmp ("address_information", address->address, + address->address_length)); GNUNET_assert (0 == strcmp ("test", address->transport_name)); return GNUNET_OK; } -- cgit v1.2.3