summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-04 00:09:50 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-04 00:09:50 +0200
commit401d2530b951039bb07a34db4cb5561c7abcd52e (patch)
tree5d291dc50435850eee83cebd51943223c7ee777d /src
parentfc95131ddfe49cacda2b42eaf619a612bd521ca3 (diff)
downloadexchange-401d2530b951039bb07a34db4cb5561c7abcd52e.tar.gz
exchange-401d2530b951039bb07a34db4cb5561c7abcd52e.tar.bz2
exchange-401d2530b951039bb07a34db4cb5561c7abcd52e.zip
indentation
Diffstat (limited to 'src')
-rw-r--r--src/include/taler_error_codes.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index cd8852ac7..a115d10d4 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.