summaryrefslogtreecommitdiff
path: root/src/wire
diff options
context:
space:
mode:
Diffstat (limited to 'src/wire')
-rw-r--r--src/wire/payto.c1
-rw-r--r--src/wire/wire_helper.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/wire/payto.c b/src/wire/payto.c
index 5e762a864..741549772 100644
--- a/src/wire/payto.c
+++ b/src/wire/payto.c
@@ -526,4 +526,5 @@ TALER_WIRE_payto_to_account (const char *payto_url,
return TALER_EC_PAYTO_WRONG_METHOD;
}
+
/* end of payto.c */
diff --git a/src/wire/wire_helper.c b/src/wire/wire_helper.c
index e5ca8b168..76336f7d0 100644
--- a/src/wire/wire_helper.c
+++ b/src/wire/wire_helper.c
@@ -103,4 +103,5 @@ TALER_WIRE_get_plugin_from_method (const char *method)
return NULL;
}
+
/* end of wire_helper.c */