-remove trailing whitespace
[oweals/gnunet.git] / src / dht / test_dht_api.c
index b1c39e893ea833546f282181cb91d7f69a1c93d0..2295866d35a60dc18b7b5afa0de53b964c8f3a59 100644 (file)
@@ -172,7 +172,7 @@ test_get (void *cls, int success)
   retry_context.next_timeout = BASE_TIMEOUT;
 
   get_handle =
-      GNUNET_DHT_get_start (dht_handle, 
+      GNUNET_DHT_get_start (dht_handle,
                             GNUNET_BLOCK_TYPE_TEST, &hash, 1,
                             GNUNET_DHT_RO_NONE, NULL, 0, &test_get_iterator,
                             NULL);