commit 8e5190dc508c0df8f9ca98d3c29cf09ddbd8d307
parent 7d42accf9daeeabf9687d832a8e2a8bd9030418d
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Wed, 11 Mar 2026 14:47:17 +0100
-fix indentation
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ORDER_ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ORDER_ID-pay.c
@@ -1402,8 +1402,8 @@ do_batch_deposits (struct ExchangeGroup *eg)
struct TALER_EXCHANGE_DepositContractDetail dcd = {
.wire_deadline = pc->check_contract.contract_terms->wire_deadline,
.merchant_payto_uri = pc->check_contract.wm->payto_uri,
- .extra_wire_subject_metadata = pc->check_contract.wm->
- extra_wire_subject_metadata,
+ .extra_wire_subject_metadata
+ = pc->check_contract.wm->extra_wire_subject_metadata,
.wire_salt = pc->check_contract.wm->wire_salt,
.h_contract_terms = pc->check_contract.h_contract_terms,
.wallet_data_hash = pc->parse_wallet_data.h_wallet_data,