]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
napatech: Style -- remove extra space
authorJeff Lucovsky <jeff@lucovsky.org>
Thu, 20 Aug 2020 15:29:10 +0000 (11:29 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 24 Aug 2020 14:05:30 +0000 (16:05 +0200)
src/util-napatech.c

index aa9d0e71aec7e80d7b219d5bb45b70910eed8fc3..695fabe5f9fd1388cae3243d2bebc7bd04514e35 100644 (file)
@@ -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) {