From 61c39c60565b386e0e12ea669556b030e8cd7180 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Oct 2013 20:55:28 +0000 Subject: -remove trailing whitespace --- src/dv/gnunet-dv.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/dv/gnunet-dv.c') diff --git a/src/dv/gnunet-dv.c b/src/dv/gnunet-dv.c index 77324978e..43af3458e 100644 --- a/src/dv/gnunet-dv.c +++ b/src/dv/gnunet-dv.c @@ -44,7 +44,7 @@ static int verbose; * @param peer newly connected peer * @param distance distance to the peer */ -static void +static void connect_cb (void *cls, const struct GNUNET_PeerIdentity *peer, uint32_t distance) @@ -62,7 +62,7 @@ connect_cb (void *cls, * @param peer connected peer * @param distance new distance to the peer */ -static void +static void change_cb (void *cls, const struct GNUNET_PeerIdentity *peer, uint32_t distance) @@ -79,7 +79,7 @@ change_cb (void *cls, * @param cls closure * @param peer peer that disconnected */ -static void +static void disconnect_cb (void *cls, const struct GNUNET_PeerIdentity *peer) { @@ -96,7 +96,7 @@ disconnect_cb (void *cls, * @param distance how far did the message travel * @param msg actual message payload */ -static void +static void message_cb (void *cls, const struct GNUNET_PeerIdentity *sender, uint32_t distance, @@ -171,7 +171,7 @@ main (int argc, char *const *argv) return 2; res = GNUNET_PROGRAM_run (argc, argv, "gnunet-dv", - gettext_noop ("Print information about DV state"), + gettext_noop ("Print information about DV state"), options, &run, NULL); GNUNET_free ((void *) argv); -- cgit v1.2.3