summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-25 19:11:10 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-25 19:11:10 +0100
commit369b52aac1ffe65fc3e5f915114bdb44d9211e17 (patch)
treeec2a60e7e55943f95467453fe6bdf6451e471a02 /src/testing
parentd68f76bf9b44732e8a3d7818ba7fc980187732a5 (diff)
downloadmerchant-369b52aac1ffe65fc3e5f915114bdb44d9211e17.tar.gz
merchant-369b52aac1ffe65fc3e5f915114bdb44d9211e17.tar.bz2
merchant-369b52aac1ffe65fc3e5f915114bdb44d9211e17.zip
indentation fixes
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_cmd_wallet_post_orders_refund.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_wallet_post_orders_refund.c b/src/testing/testing_api_cmd_wallet_post_orders_refund.c
index 912264a2..80e5e99e 100644
--- a/src/testing/testing_api_cmd_wallet_post_orders_refund.c
+++ b/src/testing/testing_api_cmd_wallet_post_orders_refund.c
@@ -138,7 +138,8 @@ refund_cb (
/* The most recent refunds are returned first */
GNUNET_assert (0 <= TALER_amount_add (&refunded_total,
&refunded_total,
- &refunds[refunds_length - 1 - i].refund_amount));
+ &refunds[refunds_length - 1
+ - i].refund_amount));
if ((GNUNET_OK !=
TALER_amount_cmp_currency (&expected_amount,
&refunded_total)) ||