aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-profiler.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/fs/gnunet-fs-profiler.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/fs/gnunet-fs-profiler.c')
-rw-r--r--src/fs/gnunet-fs-profiler.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-profiler.c b/src/fs/gnunet-fs-profiler.c
index 33b293055..56a3084cc 100644
--- a/src/fs/gnunet-fs-profiler.c
+++ b/src/fs/gnunet-fs-profiler.c
@@ -20,7 +20,7 @@
20 20
21/** 21/**
22 * @file fs/gnunet-fs-profiler.c 22 * @file fs/gnunet-fs-profiler.c
23 * @brief tool to benchmark/profile file-sharing 23 * @brief tool to benchmark/profile file-sharing
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
@@ -137,7 +137,7 @@ terminate_task (void *cls,
137 * failed 137 * failed
138 */ 138 */
139static void 139static void
140test_master (void *cls, 140test_master (void *cls,
141 struct GNUNET_TESTBED_RunHandle *h, 141 struct GNUNET_TESTBED_RunHandle *h,
142 unsigned int num_peers, 142 unsigned int num_peers,
143 struct GNUNET_TESTBED_Peer **peers, 143 struct GNUNET_TESTBED_Peer **peers,
@@ -152,7 +152,7 @@ test_master (void *cls,
152 terminate_taskid = GNUNET_SCHEDULER_add_delayed (timeout, 152 terminate_taskid = GNUNET_SCHEDULER_add_delayed (timeout,
153 &terminate_task, NULL); 153 &terminate_task, NULL);
154 else 154 else
155 terminate_taskid = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, 155 terminate_taskid = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL,
156 &terminate_task, 156 &terminate_task,
157 NULL); 157 NULL);
158} 158}