gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: fix indentation


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix indentation
Date: Thu, 04 May 2017 20:19:58 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 57964b6  fix indentation
57964b6 is described below

commit 57964b6ae92183b45c08781bab988e1124531f9f
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu May 4 20:19:49 2017 +0200

    fix indentation
---
 src/benchmark/taler-exchange-benchmark.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/benchmark/taler-exchange-benchmark.c 
b/src/benchmark/taler-exchange-benchmark.c
index adfb3ba..66843f2 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
   };

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]