summaryrefslogtreecommitdiff
path: root/src/wire-plugins/plugin_wire_template.c
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/wire-plugins/plugin_wire_template.c
parent3742239c13001433eeade439a0e0490f07351c43 (diff)
downloadexchange-eb559970846f0fa27f1f25c482cd07210a56f4b1.tar.gz
exchange-eb559970846f0fa27f1f25c482cd07210a56f4b1.tar.bz2
exchange-eb559970846f0fa27f1f25c482cd07210a56f4b1.zip
re-format code
Diffstat (limited to 'src/wire-plugins/plugin_wire_template.c')
-rw-r--r--src/wire-plugins/plugin_wire_template.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wire-plugins/plugin_wire_template.c b/src/wire-plugins/plugin_wire_template.c
index 6fadb88ce..0d0e652a1 100644
--- a/src/wire-plugins/plugin_wire_template.c
+++ b/src/wire-plugins/plugin_wire_template.c
@@ -109,7 +109,8 @@ template_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 ptc,
void *ptc_cls)
{
@@ -220,7 +221,7 @@ template_get_history (void *cls,
*/
static void
template_get_history_cancel (void *cls,
- struct TALER_WIRE_HistoryHandle *whh)
+ struct TALER_WIRE_HistoryHandle *whh)
{
GNUNET_break (0);
}