From: Christian Grothoff Date: Sat, 7 May 2011 07:50:55 +0000 (+0000) Subject: spacing X-Git-Tag: initial-import-from-subversion-38251~18520 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0fbc618f3e34eb438459556d2c2f80b5b9860fd7;p=oweals%2Fgnunet.git spacing --- diff --git a/src/statistics/test_statistics_api_watch.c b/src/statistics/test_statistics_api_watch.c index 310ee5a1f..4c44bd0ba 100644 --- a/src/statistics/test_statistics_api_watch.c +++ b/src/statistics/test_statistics_api_watch.c @@ -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,