From b94c69aeb88d446415e8f12b6e5454d027176b0d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 31 Oct 2019 10:19:37 +0100 Subject: tighten formatting rules --- src/merchant-tools/taler-merchant-benchmark.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/merchant-tools') diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c index f1e3b578..dedcc220 100644 --- a/src/merchant-tools/taler-merchant-benchmark.c +++ b/src/merchant-tools/taler-merchant-benchmark.c @@ -527,6 +527,7 @@ run (void *cls, result = 1; } + /** * Send SIGTERM and wait for process termination. * @@ -540,6 +541,7 @@ terminate_process (struct GNUNET_OS_Process *process) GNUNET_OS_process_destroy (process); } + /** * The main function of the serve tool * @@ -588,8 +590,7 @@ main (int argc, * is no way - yet? - to get the merchant base url. * Clearly, we could introduce a merchant_base_url * value into the configuration. - */ - GNUNET_GETOPT_option_string + */GNUNET_GETOPT_option_string ('m', "merchant-url", "MU", @@ -657,8 +658,7 @@ main (int argc, * is no way - yet? - to get the merchant base url. * Clearly, we could introduce a merchant_base_url * value into the configuration. - */ - GNUNET_GETOPT_option_string + */GNUNET_GETOPT_option_string ('m', "merchant-url", "MU", @@ -773,9 +773,9 @@ main (int argc, return MISSING_BANK_URL; } - if ( NULL == (bankd = TALER_TESTING_run_bank - (cfg_filename, - bank_url))) + if (NULL == (bankd = TALER_TESTING_run_bank + (cfg_filename, + bank_url))) { TALER_LOG_ERROR ("Failed to run the bank\n"); terminate_process (merchantd); -- cgit v1.2.3