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_aggregator.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/lib/testing_api_cmd_exec_aggregator.c') diff --git a/src/lib/testing_api_cmd_exec_aggregator.c b/src/lib/testing_api_cmd_exec_aggregator.c index 7633d6f4..425b3f23 100644 --- a/src/lib/testing_api_cmd_exec_aggregator.c +++ b/src/lib/testing_api_cmd_exec_aggregator.c @@ -16,7 +16,6 @@ License along with TALER; see the file COPYING. If not, see */ - /** * @file lib/testing_api_cmd_exec_aggregator.c * @brief run the taler-exchange-aggregator command @@ -111,7 +110,7 @@ aggregator_cleanup (void *cls, * Offer "aggregator" 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 @@ -151,16 +150,17 @@ TALER_TESTING_cmd_exec_aggregator (const char *label, as = GNUNET_new (struct AggregatorState); as->config_filename = config_filename; - - struct TALER_TESTING_Command cmd = { - .cls = as, - .label = label, - .run = &aggregator_run, - .cleanup = &aggregator_cleanup, - .traits = &aggregator_traits - }; - - return cmd; + { + struct TALER_TESTING_Command cmd = { + .cls = as, + .label = label, + .run = &aggregator_run, + .cleanup = &aggregator_cleanup, + .traits = &aggregator_traits + }; + + return cmd; + } } -- cgit v1.2.3