spacing
[oweals/gnunet.git] / src / statistics / test_statistics_api_watch.c
index 310ee5a1fe42c704b59b53dc30509f5796e08920..4c44bd0bada07b3bada3d36d111d970af06e0a2a 100644 (file)
@@ -43,6 +43,7 @@ static struct GNUNET_STATISTICS_Handle *h2;
 
 static GNUNET_SCHEDULER_TaskIdentifier shutdown_task;
 
+
 static void
 force_shutdown (void *cls,
                const struct GNUNET_SCHEDULER_TaskContext *tc)
@@ -53,6 +54,7 @@ force_shutdown (void *cls,
   ok = 7;
 }
 
+
 static void
 normal_shutdown (void *cls,
                 const struct GNUNET_SCHEDULER_TaskContext *tc)
@@ -61,6 +63,7 @@ normal_shutdown (void *cls,
   GNUNET_STATISTICS_destroy (h2, GNUNET_NO);
 }
 
+
 static int
 watch_1 (void *cls, 
         const char *subsystem,
@@ -79,6 +82,7 @@ watch_1 (void *cls,
   return GNUNET_OK;
 }
 
+
 static int
 watch_2 (void *cls, 
         const char *subsystem,
@@ -97,6 +101,7 @@ watch_2 (void *cls,
   return GNUNET_OK;
 }
 
+
 static void
 run (void *cls,
      char *const *args,