From 5746309cb4be2073d550ad7a6885e918631dbc38 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Aug 2011 21:54:06 +0000 Subject: indentation --- src/dht/test_dhtlog.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/dht/test_dhtlog.c') diff --git a/src/dht/test_dhtlog.c b/src/dht/test_dhtlog.c index 4021f5db5..89ec97d6c 100644 --- a/src/dht/test_dhtlog.c +++ b/src/dht/test_dhtlog.c @@ -195,9 +195,8 @@ test (struct GNUNET_DHTLOG_Handle *api) static void -run (void *cls, - char *const *args, - const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *cfg) +run (void *cls, char *const *args, const char *cfgfile, + const struct GNUNET_CONFIGURATION_Handle *cfg) { struct GNUNET_DHTLOG_Handle *api; @@ -229,8 +228,8 @@ check () struct GNUNET_GETOPT_CommandLineOption options[] = { GNUNET_GETOPT_OPTION_END }; - GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, - argv, "test-dhtlog-api", "nohelp", options, &run, NULL); + GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, argv, + "test-dhtlog-api", "nohelp", options, &run, NULL); if (ok != 0) fprintf (stderr, "Test failed with error code: %d\n", ok); return ok; -- cgit v1.2.3