aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.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/dht/test_dht_api.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/dht/test_dht_api.c')
-rw-r--r--src/dht/test_dht_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_api.c b/src/dht/test_dht_api.c
index b1c39e893..2295866d3 100644
--- a/src/dht/test_dht_api.c
+++ b/src/dht/test_dht_api.c
@@ -172,7 +172,7 @@ test_get (void *cls, int success)
172 retry_context.next_timeout = BASE_TIMEOUT; 172 retry_context.next_timeout = BASE_TIMEOUT;
173 173
174 get_handle = 174 get_handle =
175 GNUNET_DHT_get_start (dht_handle, 175 GNUNET_DHT_get_start (dht_handle,
176 GNUNET_BLOCK_TYPE_TEST, &hash, 1, 176 GNUNET_BLOCK_TYPE_TEST, &hash, 1,
177 GNUNET_DHT_RO_NONE, NULL, 0, &test_get_iterator, 177 GNUNET_DHT_RO_NONE, NULL, 0, &test_get_iterator,
178 NULL); 178 NULL);