From e532f01fc3028ee8d766a692651243661b2769f8 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 25 Oct 2017 19:10:56 +0200 Subject: Formating Change-Id: I2b805a60b67db1a72b429093256999673e2c3964 Signed-off-by: Romain Forlot --- ctl-lib/ctl-control.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ctl-lib/ctl-control.c') diff --git a/ctl-lib/ctl-control.c b/ctl-lib/ctl-control.c index 2248756..914b51f 100644 --- a/ctl-lib/ctl-control.c +++ b/ctl-lib/ctl-control.c @@ -24,15 +24,15 @@ // onload section receive one action or an array of actions PUBLIC int ControlConfig(AFB_ApiT apiHandle, CtlSectionT *section, json_object *actionsJ) { - + // Load time parse actions in config file if (actionsJ != NULL) { section->actions= ActionConfig(apiHandle, actionsJ, 1); - + if (!section->actions) { AFB_ApiError (apiHandle, "ControlLoad config fail processing onload actions"); goto OnErrorExit; - } + } } return 0; -- cgit 1.2.3-korg