aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_local_2.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
commit83b19539f4d322b43683f5838b72e9ec2c8e6073 (patch)
treed0ab9329fcbefe360d9d14e2ace21a6b3396dfe9 /src/mesh/test_mesh_local_2.c
parent28a2eb43281a1f08a67954f07beb9af3a9bc9a35 (diff)
downloadgnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.tar.gz
gnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.zip
curly wars / auto-indentation
Diffstat (limited to 'src/mesh/test_mesh_local_2.c')
-rw-r--r--src/mesh/test_mesh_local_2.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesh/test_mesh_local_2.c b/src/mesh/test_mesh_local_2.c
index a2f5dd759..c91548052 100644
--- a/src/mesh/test_mesh_local_2.c
+++ b/src/mesh/test_mesh_local_2.c
@@ -268,10 +268,9 @@ test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
268 &peer_disconnected, (void *) &two); 268 &peer_disconnected, (void *) &two);
269 GNUNET_MESH_peer_request_connect_by_type (t, 1); 269 GNUNET_MESH_peer_request_connect_by_type (t, 1);
270 test_task = 270 test_task =
271 GNUNET_SCHEDULER_add_delayed ( 271 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
272 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5), 272 (GNUNET_TIME_UNIT_SECONDS, 5),
273 &do_connect_peer_1, 273 &do_connect_peer_1, cfg);
274 cfg);
275} 274}
276 275
277 276