[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[exchange] 02/02: -make codespell happy
From: |
gnunet |
Subject: |
[exchange] 02/02: -make codespell happy |
Date: |
Thu, 16 Jan 2025 19:18:20 +0100 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository exchange.
commit 0060b1765f45c1c5695f6244e71dc049a9e6bc01
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Jan 16 15:18:02 2025 -0300
-make codespell happy
---
src/exchange/taler-exchange-httpd_withdraw.c | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_withdraw.c
b/src/exchange/taler-exchange-httpd_withdraw.c
index 41da5fc6f..e543192fb 100644
--- a/src/exchange/taler-exchange-httpd_withdraw.c
+++ b/src/exchange/taler-exchange-httpd_withdraw.c
@@ -340,21 +340,21 @@ _Static_assert (
* and optionally set the given field (with an optionally given value).
*/
#define SET_ERROR(wc, ec) \
- do \
- { (wc)->error.code = (ec); \
- (wc)->phase = PHASE_GENERATE_REPLY_ERROR; } while (0)
+ do \
+ { (wc)->error.code = (ec); \
+ (wc)->phase = PHASE_GENERATE_REPLY_ERROR; } while (0)
#define SET_ERROR_WITH_FIELD(wc, ec, field) \
- do \
- { (wc)->error.code = (ec); \
- (wc)->error.details.field = (field); \
- (wc)->phase = PHASE_GENERATE_REPLY_ERROR; } while (0)
+ do \
+ { (wc)->error.code = (ec); \
+ (wc)->error.details.field = (field); \
+ (wc)->phase = PHASE_GENERATE_REPLY_ERROR; } while (0)
#define SET_ERROR_WITH_DETAIL(wc, ec, field, value) \
- do \
- { (wc)->error.code = (ec); \
- (wc)->error.details.field = (value); \
- (wc)->phase = PHASE_GENERATE_REPLY_ERROR; } while (0)
+ do \
+ { (wc)->error.code = (ec); \
+ (wc)->error.details.field = (value); \
+ (wc)->phase = PHASE_GENERATE_REPLY_ERROR; } while (0)
/**
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.