fix indentation
This commit is contained in:
parent
f4df63e448
commit
57964b6ae9
@ -1563,9 +1563,9 @@ main (int argc,
|
|||||||
unsigned int cnt;
|
unsigned int cnt;
|
||||||
const struct GNUNET_GETOPT_CommandLineOption options[] = {
|
const struct GNUNET_GETOPT_CommandLineOption options[] = {
|
||||||
GNUNET_GETOPT_option_flag ('a',
|
GNUNET_GETOPT_option_flag ('a',
|
||||||
"automate",
|
"automate",
|
||||||
"Initialize and start the bank and exchange",
|
"Initialize and start the bank and exchange",
|
||||||
&run_exchange),
|
&run_exchange),
|
||||||
GNUNET_GETOPT_option_mandatory
|
GNUNET_GETOPT_option_mandatory
|
||||||
(GNUNET_GETOPT_option_cfgfile (&config_file)),
|
(GNUNET_GETOPT_option_cfgfile (&config_file)),
|
||||||
GNUNET_GETOPT_option_string ('e',
|
GNUNET_GETOPT_option_string ('e',
|
||||||
@ -1580,15 +1580,15 @@ main (int argc,
|
|||||||
&exchange_admin_uri),
|
&exchange_admin_uri),
|
||||||
GNUNET_GETOPT_option_help ("tool to benchmark the Taler exchange"),
|
GNUNET_GETOPT_option_help ("tool to benchmark the Taler exchange"),
|
||||||
GNUNET_GETOPT_option_uint ('s',
|
GNUNET_GETOPT_option_uint ('s',
|
||||||
"pool-size",
|
"pool-size",
|
||||||
"SIZE",
|
"SIZE",
|
||||||
"How many coins this benchmark should instantiate",
|
"How many coins this benchmark should instantiate",
|
||||||
&pool_size),
|
&pool_size),
|
||||||
GNUNET_GETOPT_option_uint ('l',
|
GNUNET_GETOPT_option_uint ('l',
|
||||||
"limit",
|
"limit",
|
||||||
"LIMIT",
|
"LIMIT",
|
||||||
"Terminate the benchmark after LIMIT operations",
|
"Terminate the benchmark after LIMIT operations",
|
||||||
&num_iterations),
|
&num_iterations),
|
||||||
GNUNET_GETOPT_option_verbose (&be_verbose),
|
GNUNET_GETOPT_option_verbose (&be_verbose),
|
||||||
GNUNET_GETOPT_OPTION_END
|
GNUNET_GETOPT_OPTION_END
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user