summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-17 17:47:53 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-17 17:47:53 +0100
commit86f2d65daf6c2f579ae2ca3cefe36195c2631f2d (patch)
tree65ee3e98d29f2114f430061f4bfdad10a7143bf7 /src/lib/exchange_api_deposit.c
parentc17909d8209e18829102c7de2789909722e1af3b (diff)
downloadexchange-86f2d65daf6c2f579ae2ca3cefe36195c2631f2d.tar.gz
exchange-86f2d65daf6c2f579ae2ca3cefe36195c2631f2d.tar.bz2
exchange-86f2d65daf6c2f579ae2ca3cefe36195c2631f2d.zip
style, indentation and type fixes for lib/
Diffstat (limited to 'src/lib/exchange_api_deposit.c')
-rw-r--r--src/lib/exchange_api_deposit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/exchange_api_deposit.c b/src/lib/exchange_api_deposit.c
index a47790f95..3fb36d240 100644
--- a/src/lib/exchange_api_deposit.c
+++ b/src/lib/exchange_api_deposit.c
@@ -241,9 +241,9 @@ verify_deposit_signature_ok (struct TALER_EXCHANGE_DepositHandle *dh,
* @return #GNUNET_OK if the signature(s) is valid, #GNUNET_SYSERR if not
*/
static int
-verify_deposit_signature_forbidden (const struct
- TALER_EXCHANGE_DepositHandle *dh,
- const json_t *json)
+verify_deposit_signature_forbidden (
+ const struct TALER_EXCHANGE_DepositHandle *dh,
+ const json_t *json)
{
json_t *history;
struct TALER_Amount total;