gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: minor style fixes


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: minor style fixes
Date: Thu, 20 Jul 2017 14:40:20 +0200

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 7e05562  minor style fixes
7e05562 is described below

commit 7e05562016e105ed11c3ad6439480310abb780f8
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jul 20 14:40:17 2017 +0200

    minor style fixes
---
 src/backend/taler-merchant-httpd_track-transaction.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_track-transaction.c 
b/src/backend/taler-merchant-httpd_track-transaction.c
index d91fb57..d0dbe83 100644
--- a/src/backend/taler-merchant-httpd_track-transaction.c
+++ b/src/backend/taler-merchant-httpd_track-transaction.c
@@ -1,6 +1,6 @@
 /*
   This file is part of TALER
-  (C) 2014, 2015, 2016 INRIA
+  (C) 2014-2017 INRIA
 
   TALER is free software; you can redistribute it and/or modify it under the
   terms of the GNU Affero General Public License as published by the Free 
Software
@@ -75,9 +75,10 @@ make_track_transaction_ok (unsigned int num_transfers,
     {
       const struct TALER_MERCHANT_CoinWireTransfer *coin = &transfer->coins[j];
 
-      GNUNET_assert (GNUNET_SYSERR != TALER_amount_add (&sum,
-                                                        &sum,
-                                                        
&coin->amount_with_fee));
+      GNUNET_assert (GNUNET_SYSERR !=
+                    TALER_amount_add (&sum,
+                                      &sum,
+                                      &coin->amount_with_fee));
     }
 
     GNUNET_assert (0 ==
@@ -1091,7 +1092,7 @@ MH_handler_track_transaction (struct TMH_RequestHandler 
*rh,
     GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR != tctx->qs);
     return TMH_RESPONSE_reply_internal_error (connection,
                                               
TALER_EC_TRACK_TRANSACTION_DB_FETCH_PAYMENT_ERROR,
-                                             "Database error: failed in find 
payment data");
+                                             "Database error: failed to find 
payment data");
   }
   if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs)
   {

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



reply via email to

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