diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-12 12:21:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-12 12:21:27 +0100 |
commit | d81b3f13d16210c1ae995306507c1b56091bc14e (patch) | |
tree | 37b002ae53270556c2f0e58ad18026bc3e93dd5d /src | |
parent | a0d9d59b73a35f3060914372a70fbcc57e66998f (diff) |
-remove legacy uncrustify workaround
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/exchange_api_recoup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_recoup.c b/src/lib/exchange_api_recoup.c index 2584ade92..a4ad0ccee 100644 --- a/src/lib/exchange_api_recoup.c +++ b/src/lib/exchange_api_recoup.c @@ -206,7 +206,7 @@ handle_recoup_finished (void *cls, exchange is here. We should look at the key structure of ph->exchange, and find the smallest _currently withdrawable_ denomination and check - if the value remaining would suffice... */// + if the value remaining would suffice... */ GNUNET_break_op (0); hr.http_status = 0; hr.ec = TALER_EC_GENERIC_REPLY_MALFORMED; |