cosmetic
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Sep 2017 15:13:14 +0000 (17:13 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 9 Oct 2017 12:08:33 +0000 (14:08 +0200)
Change-Id: I628829b3a360897434a32b2fd0992f697f954f4d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-api-dyn.h

index 61180e2..35464c6 100644 (file)
@@ -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,