gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 01/02: indent


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 01/02: indent
Date: Wed, 28 Feb 2018 16:21:32 +0100

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

marcello pushed a commit to branch master
in repository exchange.

commit 6b7ad9c50d5e6b5b7ffc88435d13625afd965f86
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Feb 28 15:05:31 2018 +0100

    indent
---
 src/bank-lib/testing_api_cmd_history.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/bank-lib/testing_api_cmd_history.c 
b/src/bank-lib/testing_api_cmd_history.c
index 51d6ad3..da2dd7e 100644
--- a/src/bank-lib/testing_api_cmd_history.c
+++ b/src/bank-lib/testing_api_cmd_history.c
@@ -36,21 +36,21 @@
 
 struct HistoryState
 {
-   const char *bank_url;
+  const char *bank_url;
 
-   uint64_t account_no;
+  uint64_t account_no;
 
-   enum TALER_BANK_Direction direction;
+  enum TALER_BANK_Direction direction;
 
-   const char *start_row_reference;
+  const char *start_row_reference;
 
-   unsigned int num_results;
+  unsigned int num_results;
 
-   struct TALER_BANK_HistoryHandle *hh;
+  struct TALER_BANK_HistoryHandle *hh;
 
-   uint64_t results_obtained;
+  uint64_t results_obtained;
 
-   int failed;
+  int failed;
 };
 
 /**

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



reply via email to

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