diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-31 10:19:37 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-31 13:01:55 +0100 |
commit | b94c69aeb88d446415e8f12b6e5454d027176b0d (patch) | |
tree | 83801b4953b91215de3881ef55bf1593de292f71 /src/merchant-tools/taler-merchant-benchmark.c | |
parent | 6edff51bf6044779a42bac7b964a08d44b45fe0b (diff) |
tighten formatting rules
Diffstat (limited to 'src/merchant-tools/taler-merchant-benchmark.c')
-rw-r--r-- | src/merchant-tools/taler-merchant-benchmark.c | 14 |
1 files changed, 7 insertions, 7 deletions
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); |