aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_hosts.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/testbed/test_testbed_api_hosts.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/testbed/test_testbed_api_hosts.c')
-rw-r--r--src/testbed/test_testbed_api_hosts.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/test_testbed_api_hosts.c b/src/testbed/test_testbed_api_hosts.c
index 0c3c17a6b..4d96b2303 100644
--- a/src/testbed/test_testbed_api_hosts.c
+++ b/src/testbed/test_testbed_api_hosts.c
@@ -118,7 +118,7 @@ run (void *cls, char *const *args, const char *cfgfile,
118 { 118 {
119 if (cnt < 3) 119 if (cnt < 3)
120 { 120 {
121 GNUNET_assert (0 == strcmp ("totakura", 121 GNUNET_assert (0 == strcmp ("totakura",
122 GNUNET_TESTBED_host_get_username_ 122 GNUNET_TESTBED_host_get_username_
123 (hosts[cnt]))); 123 (hosts[cnt])));
124 GNUNET_assert (NULL != GNUNET_TESTBED_host_get_hostname (hosts[cnt])); 124 GNUNET_assert (NULL != GNUNET_TESTBED_host_get_hostname (hosts[cnt]));
@@ -126,7 +126,7 @@ run (void *cls, char *const *args, const char *cfgfile,
126 } 126 }
127 if (3 == cnt) 127 if (3 == cnt)
128 { 128 {
129 GNUNET_assert (0 == strcmp ("totakura", 129 GNUNET_assert (0 == strcmp ("totakura",
130 GNUNET_TESTBED_host_get_username_ 130 GNUNET_TESTBED_host_get_username_
131 (hosts[cnt]))); 131 (hosts[cnt])));
132 GNUNET_assert (NULL != GNUNET_TESTBED_host_get_hostname (hosts[cnt])); 132 GNUNET_assert (NULL != GNUNET_TESTBED_host_get_hostname (hosts[cnt]));
@@ -134,7 +134,7 @@ run (void *cls, char *const *args, const char *cfgfile,
134 } 134 }
135 if (4 == cnt) 135 if (4 == cnt)
136 { 136 {
137 GNUNET_assert (0 == strcmp ("totakura", 137 GNUNET_assert (0 == strcmp ("totakura",
138 GNUNET_TESTBED_host_get_username_ 138 GNUNET_TESTBED_host_get_username_
139 (hosts[cnt]))); 139 (hosts[cnt])));
140 GNUNET_assert (0 == strcmp ("asgard.realm", 140 GNUNET_assert (0 == strcmp ("asgard.realm",