indentation
[oweals/gnunet.git] / src / util / test_scheduler_delay.c
index 1f60ca9fd1c474d0976d2a0a9ee7b38765fc6e75..b98e76eebab6657816464fb7f3a1820b67373dbe 100644 (file)
@@ -57,14 +57,14 @@ test_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   else
     cumDelta += (target.abs_value - now.abs_value);
   target =
-    GNUNET_TIME_relative_to_absolute (GNUNET_TIME_relative_multiply
-                                      (GNUNET_TIME_UNIT_MILLISECONDS, i));
+      GNUNET_TIME_relative_to_absolute (GNUNET_TIME_relative_multiply
+                                        (GNUNET_TIME_UNIT_MILLISECONDS, i));
   fprintf (stderr, ".");
   if (i > MAXV)
-    {
-      fprintf (stderr, "\n");
-      return;
-    }
+  {
+    fprintf (stderr, "\n");
+    return;
+  }
   GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
                                 (GNUNET_TIME_UNIT_MILLISECONDS, i),
                                 &test_task, NULL);