gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 01/02: fix indent


From: gnunet
Subject: [taler-merchant] 01/02: fix indent
Date: Sun, 25 Oct 2020 19:27:46 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

commit 5efbb818d211063b51befb3791938b0f0f54f433
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Oct 25 19:22:26 2020 +0100

    fix indent
---
 src/backend/taler-merchant-httpd_post-orders-ID-claim.c | 4 ++--
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-claim.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-claim.c
index 0c5da00..5580fb2 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-claim.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-claim.c
@@ -170,8 +170,8 @@ TMH_post_orders_ID_claim (const struct TMH_RequestHandler 
*rh,
       GNUNET_JSON_spec_string ("nonce",
                                &nonce),
       GNUNET_JSON_spec_mark_optional (
-      GNUNET_JSON_spec_fixed_auto ("token",
-                                   &claim_token)),
+        GNUNET_JSON_spec_fixed_auto ("token",
+                                     &claim_token)),
       GNUNET_JSON_spec_end ()
     };
     enum GNUNET_GenericReturnValue res;
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index 1f611e9..c5fbd05 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -1526,8 +1526,8 @@ parse_pay (struct MHD_Connection *connection,
       GNUNET_JSON_spec_json ("coins",
                              &coins),
       GNUNET_JSON_spec_mark_optional (
-      GNUNET_JSON_spec_string ("session_id",
-                               &session_id)),
+        GNUNET_JSON_spec_string ("session_id",
+                                 &session_id)),
       GNUNET_JSON_spec_end ()
     };
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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