towards fixing #3363: replacing old iteration API with new monitoring API for core...
[oweals/gnunet.git] / src / core / test_core_api_send_to_self.c
index 4e2ee3fe46428f7e27299b7615cfefbba7162906..913ae384813c3b4309b480a92e647e3963fe34b6 100644 (file)
@@ -103,7 +103,7 @@ send_message (void *cls, size_t size, void *buf)
 
 
 static void
-init (void *cls, 
+init (void *cls,
       const struct GNUNET_PeerIdentity *my_identity)
 {
   if (NULL == my_identity)
@@ -152,7 +152,7 @@ run (void *cls,
   };
   core =
     GNUNET_CORE_connect (cfg, NULL, &init, &connect_cb, NULL, NULL,
-                        0, NULL, 0, handlers); 
+                        0, NULL, 0, handlers);
   die_task =
       GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
                                     (GNUNET_TIME_UNIT_SECONDS, 300), &cleanup,