aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_send_to_self.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/core/test_core_api_send_to_self.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/core/test_core_api_send_to_self.c')
-rw-r--r--src/core/test_core_api_send_to_self.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_api_send_to_self.c b/src/core/test_core_api_send_to_self.c
index 4e2ee3fe4..913ae3848 100644
--- a/src/core/test_core_api_send_to_self.c
+++ b/src/core/test_core_api_send_to_self.c
@@ -103,7 +103,7 @@ send_message (void *cls, size_t size, void *buf)
103 103
104 104
105static void 105static void
106init (void *cls, 106init (void *cls,
107 const struct GNUNET_PeerIdentity *my_identity) 107 const struct GNUNET_PeerIdentity *my_identity)
108{ 108{
109 if (NULL == my_identity) 109 if (NULL == my_identity)
@@ -152,7 +152,7 @@ run (void *cls,
152 }; 152 };
153 core = 153 core =
154 GNUNET_CORE_connect (cfg, NULL, &init, &connect_cb, NULL, NULL, 154 GNUNET_CORE_connect (cfg, NULL, &init, &connect_cb, NULL, NULL,
155 0, NULL, 0, handlers); 155 0, NULL, 0, handlers);
156 die_task = 156 die_task =
157 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply 157 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
158 (GNUNET_TIME_UNIT_SECONDS, 300), &cleanup, 158 (GNUNET_TIME_UNIT_SECONDS, 300), &cleanup,