commit eb87ea594acc2e2dd8b02cb4bf8cf86802185d1c parent e37e82245497b04cfef9ea0b5558af7c3e2e9db7 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 21 Sep 2025 21:44:50 +0200 -nicer indent Diffstat:
| M | src/backend/taler-merchant-httpd_post-orders-ID-pay.c | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c @@ -4429,8 +4429,9 @@ phase_parse_wallet_data (struct PayContext *pc) { const json_t *bkp_obj = json_array_get (budikeypairs, i); - if (GNUNET_SYSERR == merchant_parse_json_bkp (&bkps[i], - bkp_obj)) + if (GNUNET_SYSERR == + merchant_parse_json_bkp (&bkps[i], + bkp_obj)) { GNUNET_break_op (0); GNUNET_free (bkps);