aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-16 18:14:09 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-16 18:14:09 +0000
commit0e0b717e63900a72227232cb0d3ff296c63881d2 (patch)
treed2174a83509078707dda2235a7dad3c1322bf9df /src/mesh/test_mesh_small.c
parente9e80a356bb806fe65d759bdc744f088884461b9 (diff)
downloadgnunet-0e0b717e63900a72227232cb0d3ff296c63881d2.tar.gz
gnunet-0e0b717e63900a72227232cb0d3ff296c63881d2.zip
Ran indent script
Diffstat (limited to 'src/mesh/test_mesh_small.c')
-rw-r--r--src/mesh/test_mesh_small.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c
index ab78278a8..97edbf731 100644
--- a/src/mesh/test_mesh_small.c
+++ b/src/mesh/test_mesh_small.c
@@ -582,7 +582,8 @@ run (void *cls, char *const *args, const char *cfgfile,
582 "num_peers", &num_peers)) 582 "num_peers", &num_peers))
583 { 583 {
584 GNUNET_assert (GNUNET_OK == 584 GNUNET_assert (GNUNET_OK ==
585 GNUNET_CONFIGURATION_load (testing_cfg, "test_mesh_small.conf")); 585 GNUNET_CONFIGURATION_load (testing_cfg,
586 "test_mesh_small.conf"));
586 if (GNUNET_OK != 587 if (GNUNET_OK !=
587 GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing", 588 GNUNET_CONFIGURATION_get_value_number (testing_cfg, "testing",
588 "num_peers", &num_peers)) 589 "num_peers", &num_peers))