summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-31 22:58:07 +0200
committerChristian Grothoff <christian@grothoff.org>2024-03-31 22:58:07 +0200
commitf2b5662a1b21f222f69d7f9288ad44628e926348 (patch)
treef3e25c702bc7fbdb9218343cf12002f7d172937b
parent9af016d3f2b1fa2f28b853f399bca101bdfb9a6f (diff)
downloadmerchant-f2b5662a1b21f222f69d7f9288ad44628e926348.tar.gz
merchant-f2b5662a1b21f222f69d7f9288ad44628e926348.tar.bz2
merchant-f2b5662a1b21f222f69d7f9288ad44628e926348.zip
-indentation
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-refund.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-refund.c b/src/backend/taler-merchant-httpd_post-orders-ID-refund.c
index e5595296..134cd2ee 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-refund.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-refund.c
@@ -565,7 +565,8 @@ TMH_post_orders_ID_refund (const struct TMH_RequestHandler *rh,
enum GNUNET_GenericReturnValue res;
struct GNUNET_JSON_Specification spec[] = {
- GNUNET_JSON_spec_fixed_auto ("h_contract", &prd->h_contract_terms),
+ GNUNET_JSON_spec_fixed_auto ("h_contract",
+ &prd->h_contract_terms),
GNUNET_JSON_spec_end ()
};
res = TALER_MHD_parse_json_data (connection,
@@ -666,8 +667,9 @@ TMH_post_orders_ID_refund (const struct TMH_RequestHandler *rh,
}
{
- GNUNET_assert (GNUNET_OK == TALER_amount_set_zero (TMH_currency,
- &prd->refund_amount));
+ GNUNET_assert (GNUNET_OK ==
+ TALER_amount_set_zero (TMH_currency,
+ &prd->refund_amount));
qs = TMH_db->lookup_refunds_detailed (TMH_db->cls,
hc->instance->settings.id,
&prd->h_contract_terms,