summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 20:50:15 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 20:50:15 +0100
commit61b32571fa2cda6419e1f49270a40c1bf6839e37 (patch)
tree40419336fbd1eadbd817ce4040d5f1f489a303f0
parente1fef9bf28a55bb3f5fe6dbf52063c56f340d3c4 (diff)
downloadmerchant-61b32571fa2cda6419e1f49270a40c1bf6839e37.tar.gz
merchant-61b32571fa2cda6419e1f49270a40c1bf6839e37.tar.bz2
merchant-61b32571fa2cda6419e1f49270a40c1bf6839e37.zip
indent nicer
-rw-r--r--src/lib/merchant_api_pay.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/lib/merchant_api_pay.c b/src/lib/merchant_api_pay.c
index 032dffe5..e137d93f 100644
--- 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);