aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_learning.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
commit83b19539f4d322b43683f5838b72e9ec2c8e6073 (patch)
treed0ab9329fcbefe360d9d14e2ace21a6b3396dfe9 /src/hostlist/test_gnunet_daemon_hostlist_learning.c
parent28a2eb43281a1f08a67954f07beb9af3a9bc9a35 (diff)
downloadgnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.tar.gz
gnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.zip
curly wars / auto-indentation
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_learning.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index dfeca8d57..670fecc76 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -299,7 +299,7 @@ static int
299ad_arrive_handler (void *cls, const struct GNUNET_PeerIdentity *peer, 299ad_arrive_handler (void *cls, const struct GNUNET_PeerIdentity *peer,
300 const struct GNUNET_MessageHeader *message, 300 const struct GNUNET_MessageHeader *message,
301 const struct GNUNET_ATS_Information *atsi, 301 const struct GNUNET_ATS_Information *atsi,
302 unsigned int atsi_count) 302 unsigned int atsi_count)
303{ 303{
304 char *hostname; 304 char *hostname;
305 char *expected_uri; 305 char *expected_uri;
@@ -392,8 +392,8 @@ setup_learn_peer (struct PeerContext *p, const char *cfgname)
392 GNUNET_free (filename); 392 GNUNET_free (filename);
393 } 393 }
394 p->core = 394 p->core =
395 GNUNET_CORE_connect (p->cfg, 1, NULL, NULL, NULL, NULL, NULL, 395 GNUNET_CORE_connect (p->cfg, 1, NULL, NULL, NULL, NULL, NULL, GNUNET_NO,
396 GNUNET_NO, NULL, GNUNET_NO, learn_handlers); 396 NULL, GNUNET_NO, learn_handlers);
397 GNUNET_assert (NULL != p->core); 397 GNUNET_assert (NULL != p->core);
398 p->stats = GNUNET_STATISTICS_create ("hostlist", p->cfg); 398 p->stats = GNUNET_STATISTICS_create ("hostlist", p->cfg);
399 GNUNET_assert (NULL != p->stats); 399 GNUNET_assert (NULL != p->stats);