aboutsummaryrefslogtreecommitdiff
path: root/src/dv/gnunet-dv.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
commit61c39c60565b386e0e12ea669556b030e8cd7180 (patch)
tree59109aeab8297bdc996faca8c4e38ec7426c36cf /src/dv/gnunet-dv.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/dv/gnunet-dv.c')
-rw-r--r--src/dv/gnunet-dv.c10
1 files changed, 5 insertions, 5 deletions
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;
44 * @param peer newly connected peer 44 * @param peer newly connected peer
45 * @param distance distance to the peer 45 * @param distance distance to the peer
46 */ 46 */
47static void 47static void
48connect_cb (void *cls, 48connect_cb (void *cls,
49 const struct GNUNET_PeerIdentity *peer, 49 const struct GNUNET_PeerIdentity *peer,
50 uint32_t distance) 50 uint32_t distance)
@@ -62,7 +62,7 @@ connect_cb (void *cls,
62 * @param peer connected peer 62 * @param peer connected peer
63 * @param distance new distance to the peer 63 * @param distance new distance to the peer
64 */ 64 */
65static void 65static void
66change_cb (void *cls, 66change_cb (void *cls,
67 const struct GNUNET_PeerIdentity *peer, 67 const struct GNUNET_PeerIdentity *peer,
68 uint32_t distance) 68 uint32_t distance)
@@ -79,7 +79,7 @@ change_cb (void *cls,
79 * @param cls closure 79 * @param cls closure
80 * @param peer peer that disconnected 80 * @param peer peer that disconnected
81 */ 81 */
82static void 82static void
83disconnect_cb (void *cls, 83disconnect_cb (void *cls,
84 const struct GNUNET_PeerIdentity *peer) 84 const struct GNUNET_PeerIdentity *peer)
85{ 85{
@@ -96,7 +96,7 @@ disconnect_cb (void *cls,
96 * @param distance how far did the message travel 96 * @param distance how far did the message travel
97 * @param msg actual message payload 97 * @param msg actual message payload
98 */ 98 */
99static void 99static void
100message_cb (void *cls, 100message_cb (void *cls,
101 const struct GNUNET_PeerIdentity *sender, 101 const struct GNUNET_PeerIdentity *sender,
102 uint32_t distance, 102 uint32_t distance,
@@ -171,7 +171,7 @@ main (int argc, char *const *argv)
171 return 2; 171 return 2;
172 172
173 res = GNUNET_PROGRAM_run (argc, argv, "gnunet-dv", 173 res = GNUNET_PROGRAM_run (argc, argv, "gnunet-dv",
174 gettext_noop ("Print information about DV state"), 174 gettext_noop ("Print information about DV state"),
175 options, &run, 175 options, &run,
176 NULL); 176 NULL);
177 GNUNET_free ((void *) argv); 177 GNUNET_free ((void *) argv);