From 0b4008bd84f9812eac943e616a4584a0f9b23ae1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 13:57:47 +0100 Subject: doxygen --- src/lib/testing_api_cmd_exec_wirewatch.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/lib/testing_api_cmd_exec_wirewatch.c') diff --git a/src/lib/testing_api_cmd_exec_wirewatch.c b/src/lib/testing_api_cmd_exec_wirewatch.c index 91366316..75f8f46e 100644 --- a/src/lib/testing_api_cmd_exec_wirewatch.c +++ b/src/lib/testing_api_cmd_exec_wirewatch.c @@ -16,7 +16,6 @@ License along with TALER; see the file COPYING. If not, see */ - /** * @file lib/testing_api_cmd_exec_wirewatch.c * @brief run the taler-exchange-wirewatch command @@ -111,7 +110,7 @@ wirewatch_cleanup (void *cls, * Offer "wirewatch" CMD internal data to other commands. * * @param cls closure. - * @param ret[out] result. + * @param[out] ret result. * @param trait name of the trait. * @param index index number of the object to offer. * @return #GNUNET_OK on success. @@ -152,16 +151,17 @@ TALER_TESTING_cmd_exec_wirewatch (const char *label, ws = GNUNET_new (struct WirewatchState); ws->config_filename = config_filename; - - struct TALER_TESTING_Command cmd = { - .cls = ws, - .label = label, - .run = &wirewatch_run, - .cleanup = &wirewatch_cleanup, - .traits = &wirewatch_traits - }; - - return cmd; + { + struct TALER_TESTING_Command cmd = { + .cls = ws, + .label = label, + .run = &wirewatch_run, + .cleanup = &wirewatch_cleanup, + .traits = &wirewatch_traits + }; + + return cmd; + } } -- cgit v1.2.3