summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-25 19:22:26 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-25 19:22:26 +0100
commit5efbb818d211063b51befb3791938b0f0f54f433 (patch)
treed4266900126349cb821a51cdd4e48ade5824cf12
parent5600b3868430a6d4baae628dc18f7e4ff75b12fe (diff)
downloadmerchant-5efbb818d211063b51befb3791938b0f0f54f433.tar.gz
merchant-5efbb818d211063b51befb3791938b0f0f54f433.tar.bz2
merchant-5efbb818d211063b51befb3791938b0f0f54f433.zip
fix indent
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-claim.c4
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c4
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 0c5da004..5580fb20 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 1f611e9d..c5fbd05a 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 ()
};