From: Christian Grothoff Date: Thu, 8 Oct 2015 16:20:50 +0000 (+0000) Subject: -fix indent X-Git-Tag: initial-import-from-subversion-38251~1285 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=86a65e51598d4d75320d7fc6b9052e049e618ec3;p=oweals%2Fgnunet.git -fix indent --- diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c index b6a03c2ad..989443c88 100644 --- a/src/cadet/gnunet-service-cadet_connection.c +++ b/src/cadet/gnunet-service-cadet_connection.c @@ -1292,7 +1292,8 @@ schedule_next_keepalive (struct CadetConnection *c, int fwd) *task_id = GNUNET_SCHEDULER_add_delayed (delay, keepalive_task, c); - LOG (GNUNET_ERROR_TYPE_DEBUG, "next keepalive in %s\n", + LOG (GNUNET_ERROR_TYPE_DEBUG, + "next keepalive in %s\n", GNUNET_STRINGS_relative_time_to_string (delay, GNUNET_YES)); GCC_check_connections (); } @@ -1631,7 +1632,8 @@ connection_reset_timeout (struct CadetConnection *c, int fwd) if (NULL != *ti) GNUNET_SCHEDULER_cancel (*ti); delay = GNUNET_TIME_relative_multiply (refresh_connection_time, 4); - LOG (GNUNET_ERROR_TYPE_DEBUG, " timing out in %s\n", + LOG (GNUNET_ERROR_TYPE_DEBUG, + " timing out in %s\n", GNUNET_STRINGS_relative_time_to_string (delay, GNUNET_NO)); f = fwd ? &connection_fwd_timeout : &connection_bck_timeout; *ti = GNUNET_SCHEDULER_add_delayed (delay, f, c); diff --git a/src/cadet/gnunet-service-cadet_tunnel.c b/src/cadet/gnunet-service-cadet_tunnel.c index a944f9e5f..2aa11db83 100644 --- a/src/cadet/gnunet-service-cadet_tunnel.c +++ b/src/cadet/gnunet-service-cadet_tunnel.c @@ -2345,8 +2345,9 @@ rekey_tunnel (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) struct GNUNET_TIME_Relative duration; duration = GNUNET_TIME_absolute_get_duration (t->kx_ctx->rekey_start_time); - LOG (GNUNET_ERROR_TYPE_DEBUG, " kx started %s ago\n", - GNUNET_STRINGS_relative_time_to_string (duration, GNUNET_YES)); + LOG (GNUNET_ERROR_TYPE_DEBUG, + " kx started %s ago\n", + GNUNET_STRINGS_relative_time_to_string (duration, GNUNET_YES)); // FIXME make duration of old keys configurable if (duration.rel_value_us >= GNUNET_TIME_UNIT_MINUTES.rel_value_us)