aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_service.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/util/test_service.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/util/test_service.c')
-rw-r--r--src/util/test_service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_service.c b/src/util/test_service.c
index eee0cecc1..728db0a8f 100644
--- a/src/util/test_service.c
+++ b/src/util/test_service.c
@@ -154,7 +154,7 @@ check ()
154 154
155 155
156static void 156static void
157ready6 (void *cls, 157ready6 (void *cls,
158 int result) 158 int result)
159{ 159{
160 const struct GNUNET_CONFIGURATION_Handle *cfg = cls; 160 const struct GNUNET_CONFIGURATION_Handle *cfg = cls;
@@ -236,7 +236,7 @@ check_start_stop ()
236 GNUNET_assert (GNUNET_OK == 236 GNUNET_assert (GNUNET_OK ==
237 GNUNET_PROGRAM_run (3, argv, "test-service-program", "no help", 237 GNUNET_PROGRAM_run (3, argv, "test-service-program", "no help",
238 options, &start_stop_main, &ret)); 238 options, &start_stop_main, &ret));
239 239
240 GNUNET_break (0 == ret); 240 GNUNET_break (0 == ret);
241 return ret; 241 return ret;
242} 242}