From eb559970846f0fa27f1f25c482cd07210a56f4b1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 25 Aug 2019 16:18:24 +0200 Subject: re-format code --- src/wire-plugins/plugin_wire_ebics.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/wire-plugins/plugin_wire_ebics.c') diff --git a/src/wire-plugins/plugin_wire_ebics.c b/src/wire-plugins/plugin_wire_ebics.c index c2e0dc922..5482762a3 100644 --- a/src/wire-plugins/plugin_wire_ebics.c +++ b/src/wire-plugins/plugin_wire_ebics.c @@ -127,7 +127,8 @@ ebics_prepare_wire_transfer (void *cls, const char *destination_account_url, const struct TALER_Amount *amount, const char *exchange_base_url, - const struct TALER_WireTransferIdentifierRawP *wtid, + const struct + TALER_WireTransferIdentifierRawP *wtid, TALER_WIRE_PrepareTransactionCallback psc, void *psc_cls) { @@ -145,7 +146,7 @@ ebics_prepare_wire_transfer (void *cls, */ static void ebics_prepare_wire_transfer_cancel (void *cls, - struct TALER_WIRE_PrepareHandle *pth) + struct TALER_WIRE_PrepareHandle *pth) { GNUNET_break (0); // FIXME: not implemented } -- cgit v1.2.3