gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: indentation


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: indentation
Date: Tue, 04 Jun 2019 00:09:52 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 401d2530 indentation
401d2530 is described below

commit 401d2530b951039bb07a34db4cb5561c7abcd52e
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 4 00:09:50 2019 +0200

    indentation
---
 src/include/taler_error_codes.h | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index cd8852ac..a115d10d 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1394,7 +1394,7 @@ enum TALER_ErrorCode
    */
   TALER_EC_PAY_REFUND_SIGNATURE_FAILED = 2606,
 
-  
+
   /**
    * The backend does not know the instance that was supposed to support
    * the tip.  Likely to be a configuration error. Returned with an
@@ -1456,13 +1456,13 @@ enum TALER_ErrorCode
   TALER_EC_TIP_QUERY_RESERVE_HISTORY_FAILED_EMPTY = 2708,
 
   /**
-   * The backend got an invalid reserve history 
+   * The backend got an invalid reserve history
    * (fails to start with a deposit) from the exchange.
    */
   TALER_EC_TIP_QUERY_RESERVE_HISTORY_INVALID_NO_DEPOSIT = 2709,
 
   /**
-   * The backend got an reserve history 
+   * The backend got an reserve history
    * with a bad currency from the exchange.
    */
   TALER_EC_TIP_QUERY_RESERVE_HISTORY_INVALID_CURRENCY = 2710,
@@ -1470,38 +1470,38 @@ enum TALER_ErrorCode
   /**
    * The backend got a reserve with a currency that does not match
    * the backend's currency.
-   */    
+   */
   TALER_EC_TIP_QUERY_RESERVE_CURRENCY_MISSMATCH = 2711,
 
   /**
    * The backend got a reserve history with amounts it cannot
    * process (addition failure in deposits).
-   */    
+   */
   TALER_EC_TIP_QUERY_RESERVE_HISTORY_ARITHMETIC_ISSUE_DEPOSIT = 2712,
 
   /**
    * The backend got a reserve history with amounts it cannot
    * process (addition failure in withdraw amounts).
-   */    
+   */
   TALER_EC_TIP_QUERY_RESERVE_HISTORY_ARITHMETIC_ISSUE_WITHDRAW = 2713,
 
   /**
    * The backend got a reserve history with amounts it cannot
    * process (addition failure in closing amounts).
-   */    
+   */
   TALER_EC_TIP_QUERY_RESERVE_HISTORY_ARITHMETIC_ISSUE_CLOSED = 2714,
 
   /**
    * The backend got a reserve history with inconsistent amounts.
-   */    
+   */
   TALER_EC_TIP_QUERY_RESERVE_HISTORY_ARITHMETIC_ISSUE_INCONSISTENT = 2715,
 
   /**
    * The backend encountered a database error querying tipping reserves.
-   */    
+   */
   TALER_EC_TIP_QUERY_DB_ERROR = 2716,
 
-  
+
   /**
    * The backend had trouble accessing the database to persist
    * information about enabling tips.

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



reply via email to

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