summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-25 16:18:24 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-25 16:18:24 +0200
commiteb559970846f0fa27f1f25c482cd07210a56f4b1 (patch)
tree8526637825e520e1420b17515934ced794a33c01 /src/include/taler_error_codes.h
parent3742239c13001433eeade439a0e0490f07351c43 (diff)
downloadexchange-eb559970846f0fa27f1f25c482cd07210a56f4b1.tar.gz
exchange-eb559970846f0fa27f1f25c482cd07210a56f4b1.tar.bz2
exchange-eb559970846f0fa27f1f25c482cd07210a56f4b1.zip
re-format code
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index cd99a40fc..022b22713 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -111,11 +111,11 @@ enum TALER_ErrorCode
*/
TALER_EC_DB_COMMIT_FAILED_ON_RETRY = 1004,
- /**
- * The exchange had insufficient memory to parse the request. This
- * response is provided with HTTP status code
- * MHD_HTTP_INTERNAL_SERVER_ERROR.
- */
+ /**
+ * The exchange had insufficient memory to parse the request. This
+ * response is provided with HTTP status code
+ * MHD_HTTP_INTERNAL_SERVER_ERROR.
+ */
TALER_EC_PARSER_OUT_OF_MEMORY = 1005,
/**
@@ -1400,7 +1400,7 @@ enum TALER_ErrorCode
* storing of coins or other related db operations, like starting/committing
* the db transaction or marking a contract as paid.
*/
- TALER_EC_PAY_DB_STORE_PAYMENTS_ERROR = 2605,
+ TALER_EC_PAY_DB_STORE_PAYMENTS_ERROR = 2605,
/**
* The backend failed to sign the refund request.