From: Jeff Lucovsky Date: Sat, 19 Sep 2020 14:06:59 +0000 (-0400) Subject: detect: Apply clang-format updates X-Git-Tag: suricata-6.0.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41967a53ec85e17371792d6f4f1166e925ca1c7d;p=thirdparty%2Fsuricata.git detect: Apply clang-format updates --- diff --git a/src/detect-engine-build.c b/src/detect-engine-build.c index aa4fc54e06..ecf245606f 100644 --- a/src/detect-engine-build.c +++ b/src/detect-engine-build.c @@ -807,7 +807,8 @@ static json_t *RulesGroupPrintSghStats(const SigGroupHead *sgh, for (int y = 0; y < max_buffer_type_id; y++) { if (alproto_mpm_bufs[i][y] == 0) continue; - json_object_set_new(app, DetectListToHumanString(y), json_integer(alproto_mpm_bufs[i][y])); + json_object_set_new( + app, DetectListToHumanString(y), json_integer(alproto_mpm_bufs[i][y])); } json_object_set_new(stats, AppProtoToString(i), app);