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/peerinfo/perf_peerinfo_api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/peerinfo/perf_peerinfo_api.c') diff --git a/src/peerinfo/perf_peerinfo_api.c b/src/peerinfo/perf_peerinfo_api.c index c4e6dcc12..38bbb828f 100755 --- a/src/peerinfo/perf_peerinfo_api.c +++ b/src/peerinfo/perf_peerinfo_api.c @@ -50,8 +50,8 @@ static struct GNUNET_PeerIdentity pid; static int -check_it (void *cls, - const struct GNUNET_HELLO_Address *address, struct GNUNET_TIME_Absolute expiration) +check_it (void *cls, const struct GNUNET_HELLO_Address *address, + struct GNUNET_TIME_Absolute expiration) { #if DEBUG if (addrlen > 0) @@ -80,7 +80,7 @@ address_generator (void *cls, size_t max, void *buf) address.address = caddress; address.transport_name = "peerinfotest"; ret = - GNUNET_HELLO_add_address (&address, + GNUNET_HELLO_add_address (&address, GNUNET_TIME_relative_to_absolute (GNUNET_TIME_UNIT_HOURS), buf, max); GNUNET_free (caddress); -- cgit v1.2.3