From: Jeff Lucovsky Date: Thu, 20 Aug 2020 15:29:10 +0000 (-0400) Subject: napatech: Style -- remove extra space X-Git-Tag: suricata-6.0.0-rc1~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc93638d337a4856c9dd85b7f5dbb8484bb836e8;p=thirdparty%2Fsuricata.git napatech: Style -- remove extra space --- 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) {