]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect: Apply clang-format updates
authorJeff Lucovsky <jeff@lucovsky.org>
Sat, 19 Sep 2020 14:06:59 +0000 (10:06 -0400)
committerVictor Julien <victor@inliniac.net>
Sun, 4 Oct 2020 19:27:54 +0000 (21:27 +0200)
src/detect-engine-build.c

index aa4fc54e063fa20cf69d1ff27433bee3b6ec0e1a..ecf245606f8d9d027c59234ecceb57e775dd1488 100644 (file)
@@ -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);