commit 61b32571fa2cda6419e1f49270a40c1bf6839e37
parent e1fef9bf28a55bb3f5fe6dbf52063c56f340d3c4
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 18 Jan 2020 20:50:15 +0100
indent nicer
Diffstat:
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/src/lib/merchant_api_pay.c b/src/lib/merchant_api_pay.c
@@ -240,13 +240,11 @@ check_coin_history (const struct TALER_MERCHANT_PaidCoin *pc,
struct TALER_Amount spent_plus_contrib;
if (GNUNET_OK !=
- TALER_EXCHANGE_verify_coin_history
- (
- NULL, /* do not verify fees */
- pc->amount_with_fee.currency,
- &pc->coin_pub,
- json,
- &spent))
+ TALER_EXCHANGE_verify_coin_history (NULL, /* do not verify fees */
+ pc->amount_with_fee.currency,
+ &pc->coin_pub,
+ json,
+ &spent))
{
/* Exchange's history fails to verify */
GNUNET_break_op (0);