From cc93638d337a4856c9dd85b7f5dbb8484bb836e8 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Thu, 20 Aug 2020 11:29:10 -0400 Subject: [PATCH] napatech: Style -- remove extra space --- src/util-napatech.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-napatech.c b/src/util-napatech.c index aa9d0e71ae..695fabe5f9 100644 --- a/src/util-napatech.c +++ b/src/util-napatech.c @@ -1556,7 +1556,7 @@ uint32_t NapatechSetupTraffic(uint32_t first_stream, uint32_t last_stream) } stream_spec = CONFIG_SPECIFIER_INDIVIDUAL; - ByteExtractStringUint8(&ports_spec.first[iteration], 10, 0, port->val); + ByteExtractStringUint8(&ports_spec.first[iteration], 10, 0, port->val); /* Determine the ports to use on the NTPL assign statement*/ if (iteration == 0) {