[ovs-dev] [PATCH v2 2/2] Makes stylistic change suggested by 0-day robot.

bshastry at sect.tu-berlin.de bshastry at sect.tu-berlin.de
Thu Sep 27 12:07:42 UTC 2018


From: Bhargava Shastry <bshastry at sect.tu-berlin.de>

Wraps overly long line in expr_parse_target.c

Signed-off-by: Bhargava Shastry <bshastry at sect.tu-berlin.de>
---
 tests/oss-fuzz/expr_parse_target.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/oss-fuzz/expr_parse_target.c b/tests/oss-fuzz/expr_parse_target.c
index e7dee9415..b025645d8 100644
--- a/tests/oss-fuzz/expr_parse_target.c
+++ b/tests/oss-fuzz/expr_parse_target.c
@@ -413,7 +413,8 @@ test_expr_to_packets(struct ds *input)
     create_symtab(&symtab);
 
     struct flow uflow;
-    char *error = expr_parse_microflow(ds_cstr(input), &symtab, NULL, NULL, lookup_atoi_cb, NULL, &uflow);
+    char *error = expr_parse_microflow(ds_cstr(input), &symtab, NULL, NULL,
+                                       lookup_atoi_cb, NULL, &uflow);
     if (error) {
         puts(error);
         free(error);
-- 
2.17.1



More information about the dev mailing list