summaryrefslogtreecommitdiff
path: root/src/benchmark
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-04 20:19:49 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-04 20:19:57 +0200
commit57964b6ae92183b45c08781bab988e1124531f9f (patch)
tree82fcb80e3bcb5b86b00683ef4ac378ce9de25110 /src/benchmark
parentf4df63e448c9bcd990ec9a41eb6cb19a36246099 (diff)
downloadexchange-57964b6ae92183b45c08781bab988e1124531f9f.tar.gz
exchange-57964b6ae92183b45c08781bab988e1124531f9f.tar.bz2
exchange-57964b6ae92183b45c08781bab988e1124531f9f.zip
fix indentation
Diffstat (limited to 'src/benchmark')
-rw-r--r--src/benchmark/taler-exchange-benchmark.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c
index adfb3ba2c..66843f2ac 100644
--- a/src/benchmark/taler-exchange-benchmark.c
+++ b/src/benchmark/taler-exchange-benchmark.c
@@ -1563,9 +1563,9 @@ main (int argc,
unsigned int cnt;
const struct GNUNET_GETOPT_CommandLineOption options[] = {
GNUNET_GETOPT_option_flag ('a',
- "automate",
- "Initialize and start the bank and exchange",
- &run_exchange),
+ "automate",
+ "Initialize and start the bank and exchange",
+ &run_exchange),
GNUNET_GETOPT_option_mandatory
(GNUNET_GETOPT_option_cfgfile (&config_file)),
GNUNET_GETOPT_option_string ('e',
@@ -1580,15 +1580,15 @@ main (int argc,
&exchange_admin_uri),
GNUNET_GETOPT_option_help ("tool to benchmark the Taler exchange"),
GNUNET_GETOPT_option_uint ('s',
- "pool-size",
- "SIZE",
- "How many coins this benchmark should instantiate",
- &pool_size),
+ "pool-size",
+ "SIZE",
+ "How many coins this benchmark should instantiate",
+ &pool_size),
GNUNET_GETOPT_option_uint ('l',
- "limit",
- "LIMIT",
- "Terminate the benchmark after LIMIT operations",
- &num_iterations),
+ "limit",
+ "LIMIT",
+ "Terminate the benchmark after LIMIT operations",
+ &num_iterations),
GNUNET_GETOPT_option_verbose (&be_verbose),
GNUNET_GETOPT_OPTION_END
};