gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: indent nicer


From: gnunet
Subject: [taler-merchant] branch master updated: indent nicer
Date: Sat, 18 Jan 2020 20:50:17 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 61b3257  indent nicer
61b3257 is described below

commit 61b32571fa2cda6419e1f49270a40c1bf6839e37
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jan 18 20:50:15 2020 +0100

    indent nicer
---
 src/lib/merchant_api_pay.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/lib/merchant_api_pay.c b/src/lib/merchant_api_pay.c
index 032dffe..e137d93 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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]