From a4dcf977a6b9e517a0b32949b5967a6de5064f13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 22 Sep 2017 17:13:14 +0200 Subject: [PATCH] cosmetic MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I628829b3a360897434a32b2fd0992f697f954f4d Signed-off-by: José Bollo --- src/afb-api-dyn.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/afb-api-dyn.h b/src/afb-api-dyn.h index 61180e27..35464c6e 100644 --- a/src/afb-api-dyn.h +++ b/src/afb-api-dyn.h @@ -36,7 +36,12 @@ struct afb_api_dyn_verb struct afb_api_dyn; -extern int afb_api_dyn_add(struct afb_apiset *apiset, const char *name, const char *info, int (*preinit)(void*, struct afb_dynapi*), void *closure); +extern int afb_api_dyn_add( + struct afb_apiset *apiset, + const char *name, + const char *info, + int (*preinit)(void*, struct afb_dynapi*), + void *closure); extern void afb_api_dyn_set_verbs_v2( struct afb_api_dyn *dynapi, -- 2.16.6