From: Victor Julien Date: Thu, 17 Dec 2015 15:41:05 +0000 (+0100) Subject: prelude: style fixup X-Git-Tag: suricata-3.0RC3~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8719d903143c81f6650829144ba4080134c52c82;p=thirdparty%2Fsuricata.git prelude: style fixup --- diff --git a/src/alert-prelude.c b/src/alert-prelude.c index f3da019267..b5360d1352 100644 --- a/src/alert-prelude.c +++ b/src/alert-prelude.c @@ -752,8 +752,8 @@ static OutputCtx *AlertPreludeInitCtx(ConfNode *conf) } ret = SetupAnalyzer(prelude_client_get_analyzer(client)); - if(ret < 0) { - SCLogDebug("Unable to setup prelude client analyzer."); + if (ret < 0) { + SCLogDebug("Unable to setup prelude client analyzer."); prelude_client_destroy(client, PRELUDE_CLIENT_EXIT_STATUS_SUCCESS); SCReturnPtr(NULL, "AlertPreludeCtx"); }