aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/perf_peerinfo_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-29 20:47:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-29 20:47:18 +0000
commit71ea5bd2d05058008e604ffd42993be9c7250e04 (patch)
treea5074671ddfaa9d1621a4182fc95a91a98b3d536 /src/peerinfo/perf_peerinfo_api.c
parentb335777fd435142c16eb05e86c8a64a4b1a45447 (diff)
downloadgnunet-71ea5bd2d05058008e604ffd42993be9c7250e04.tar.gz
gnunet-71ea5bd2d05058008e604ffd42993be9c7250e04.zip
-fixing indentation
Diffstat (limited to 'src/peerinfo/perf_peerinfo_api.c')
-rwxr-xr-xsrc/peerinfo/perf_peerinfo_api.c6
1 files changed, 3 insertions, 3 deletions
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;
50 50
51 51
52static int 52static int
53check_it (void *cls, 53check_it (void *cls, const struct GNUNET_HELLO_Address *address,
54 const struct GNUNET_HELLO_Address *address, struct GNUNET_TIME_Absolute expiration) 54 struct GNUNET_TIME_Absolute expiration)
55{ 55{
56#if DEBUG 56#if DEBUG
57 if (addrlen > 0) 57 if (addrlen > 0)
@@ -80,7 +80,7 @@ address_generator (void *cls, size_t max, void *buf)
80 address.address = caddress; 80 address.address = caddress;
81 address.transport_name = "peerinfotest"; 81 address.transport_name = "peerinfotest";
82 ret = 82 ret =
83 GNUNET_HELLO_add_address (&address, 83 GNUNET_HELLO_add_address (&address,
84 GNUNET_TIME_relative_to_absolute 84 GNUNET_TIME_relative_to_absolute
85 (GNUNET_TIME_UNIT_HOURS), buf, max); 85 (GNUNET_TIME_UNIT_HOURS), buf, max);
86 GNUNET_free (caddress); 86 GNUNET_free (caddress);