gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 01/02: fix Vim indent madness


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 01/02: fix Vim indent madness
Date: Wed, 12 Jul 2017 09:12:54 +0200

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

marcello pushed a commit to branch master
in repository merchant.

commit 35d6bda93221a4ae2a01645f1dbb9b87b7361dff
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jul 12 09:08:37 2017 +0200

    fix Vim indent madness
---
 src/lib/test_merchant_api.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index b9aefc4..0b61810 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1195,9 +1195,9 @@ proposal_cb (void *cls,
  */
 static void
 refund_increase_cb (void *cls,
-                unsigned int http_status,
-                enum TALER_ErrorCode ec,
-                const json_t *obj)
+                    unsigned int http_status,
+                    enum TALER_ErrorCode ec,
+                    const json_t *obj)
 {
   struct InterpreterState *is = cls;
   struct Command *cmd = &is->commands[is->ip];
@@ -1227,8 +1227,8 @@ refund_increase_cb (void *cls,
  */
 static int
 hashmap_free (void *cls,
-          const struct GNUNET_HashCode *key,
-          void *value)
+              const struct GNUNET_HashCode *key,
+              void *value)
 {
   struct TALER_Amount *refund_amount = value;
 

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



reply via email to

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