aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.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/fs/gnunet-service-fs.c
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index 8ecb6bb67..0e38d0dc9 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -248,7 +248,7 @@ update_latencies (void *cls,
248 int active, 248 int active,
249 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 249 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
250 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in, 250 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in,
251 const struct GNUNET_ATS_Information *ats, 251 const struct GNUNET_ATS_Information *ats,
252 uint32_t ats_count) 252 uint32_t ats_count)
253{ 253{
254 unsigned int i; 254 unsigned int i;
@@ -270,7 +270,7 @@ update_latencies (void *cls,
270 gettext_noop 270 gettext_noop
271 ("# running average P2P latency (ms)"), 271 ("# running average P2P latency (ms)"),
272 GSF_avg_latency.rel_value_us / 1000LL, GNUNET_NO); 272 GSF_avg_latency.rel_value_us / 1000LL, GNUNET_NO);
273 break; 273 break;
274 } 274 }
275} 275}
276 276
@@ -416,7 +416,7 @@ start_p2p_processing (void *cls, struct GSF_PendingRequest *pr,
416 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 416 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
417 "Considering mesh-based download for block\n"); 417 "Considering mesh-based download for block\n");
418 GSF_mesh_lookup_ (pr); 418 GSF_mesh_lookup_ (pr);
419 break; 419 break;
420 case GNUNET_BLOCK_TYPE_FS_UBLOCK: 420 case GNUNET_BLOCK_TYPE_FS_UBLOCK:
421 /* the above block types are in the DHT */ 421 /* the above block types are in the DHT */
422 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 422 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -625,7 +625,7 @@ main_init (struct GNUNET_SERVER_Handle *server,
625 anon_p2p_off = (GNUNET_YES == 625 anon_p2p_off = (GNUNET_YES ==
626 GNUNET_CONFIGURATION_get_value_yesno (GSF_cfg, 626 GNUNET_CONFIGURATION_get_value_yesno (GSF_cfg,
627 "fs", 627 "fs",
628 "DISABLE_ANON_TRANSFER")); 628 "DISABLE_ANON_TRANSFER"));
629 GSF_core = 629 GSF_core =
630 GNUNET_CORE_connect (GSF_cfg, NULL, &peer_init_handler, 630 GNUNET_CORE_connect (GSF_cfg, NULL, &peer_init_handler,
631 &peer_connect_handler, &GSF_peer_disconnect_handler_, 631 &peer_connect_handler, &GSF_peer_disconnect_handler_,