aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.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.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 0ec3112a1..12745c984 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -263,7 +263,7 @@ connect_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
263 263
264 264
265static void 265static void
266init_notify (void *cls, 266init_notify (void *cls,
267 const struct GNUNET_PeerIdentity *my_identity) 267 const struct GNUNET_PeerIdentity *my_identity)
268{ 268{
269 struct PeerContext *p = cls; 269 struct PeerContext *p = cls;
@@ -299,8 +299,8 @@ setup_peer (struct PeerContext *p, const char *cfgname)
299 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-arm"); 299 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-arm");
300 p->cfg = GNUNET_CONFIGURATION_create (); 300 p->cfg = GNUNET_CONFIGURATION_create ();
301 p->arm_proc = 301 p->arm_proc =
302 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, 302 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
303 NULL, NULL, 303 NULL, NULL,
304 binary, 304 binary,
305 "gnunet-service-arm", 305 "gnunet-service-arm",
306 "-c", cfgname, NULL); 306 "-c", cfgname, NULL);