-fix indent
authorChristian Grothoff <christian@grothoff.org>
Thu, 8 Oct 2015 16:20:50 +0000 (16:20 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 8 Oct 2015 16:20:50 +0000 (16:20 +0000)
src/cadet/gnunet-service-cadet_connection.c
src/cadet/gnunet-service-cadet_tunnel.c

index b6a03c2ad5bc00505025d8e71e1e45d6c0ceed6c..989443c880e52e35adce457563fef7373accc566 100644 (file)
@@ -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);
index a944f9e5f1119ca6e31701747173ab37d20df1ec..2aa11db83977d23c25c9ac41a6466c1166e82df5 100644 (file)
@@ -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)