From 42c34f9b26b6b0222a10f61850af73914ce5a359 Mon Sep 17 00:00:00 2001 From: Omar Tarabai Date: Thu, 18 Dec 2014 17:39:01 +0000 Subject: towards fixing #3581 --- src/peerstore/test_peerstore_api_iterate.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/peerstore/test_peerstore_api_iterate.c') diff --git a/src/peerstore/test_peerstore_api_iterate.c b/src/peerstore/test_peerstore_api_iterate.c index 5952d45d1..6881894bd 100644 --- a/src/peerstore/test_peerstore_api_iterate.c +++ b/src/peerstore/test_peerstore_api_iterate.c @@ -41,8 +41,7 @@ static int count = 0; static int -iter3_cb (void *cls, - const struct GNUNET_PEERSTORE_Record *record, +iter3_cb (void *cls, const struct GNUNET_PEERSTORE_Record *record, const char *emsg) { if (NULL != emsg) @@ -61,8 +60,7 @@ iter3_cb (void *cls, static int -iter2_cb (void *cls, - const struct GNUNET_PEERSTORE_Record *record, +iter2_cb (void *cls, const struct GNUNET_PEERSTORE_Record *record, const char *emsg) { if (NULL != emsg) @@ -81,8 +79,7 @@ iter2_cb (void *cls, static int -iter1_cb (void *cls, - const struct GNUNET_PEERSTORE_Record *record, +iter1_cb (void *cls, const struct GNUNET_PEERSTORE_Record *record, const char *emsg) { if (NULL != emsg) -- cgit v1.2.3