From b6b049eac4035c2ef581205af8eccce93f5727b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 29 Mar 2017 17:41:16 +0200 Subject: [PATCH] cosmetic MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I26e35f99a68557d005ee46dd4cd1c0fbd728bfd2 Signed-off-by: José Bollo --- src/afb-subcall.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/afb-subcall.h b/src/afb-subcall.h index e3e07f68..e39d8bdd 100644 --- a/src/afb-subcall.h +++ b/src/afb-subcall.h @@ -21,7 +21,16 @@ struct afb_context; struct afb_req; struct json_object; -extern void afb_subcall(struct afb_context *context, const char *api, const char *verb, struct json_object *args, void (*callback)(void*, int, struct json_object*), void *closure, struct afb_req req); +extern void afb_subcall( + struct afb_context *context, + const char *api, + const char *verb, + struct json_object *args, + void (*callback)(void*, int, struct json_object*), + void *closure, + struct afb_req req); -extern void afb_subcall_internal_error(void (*callback)(void*, int, struct json_object*), void *closure); +extern void afb_subcall_internal_error( + void (*callback)(void*, int, struct json_object*), + void *closure); -- 2.16.6