]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
afpacket: indent fixup
authorVictor Julien <victor@inliniac.net>
Sun, 8 Nov 2015 08:01:52 +0000 (09:01 +0100)
committerVictor Julien <victor@inliniac.net>
Sun, 6 Dec 2015 09:49:29 +0000 (10:49 +0100)
src/source-af-packet.c

index aba1b7d5d479a24dca6cf892d760fced152934d5..66fe18db6a83ab7077fb76a7bfa4ac10529ced04 100644 (file)
@@ -1702,9 +1702,9 @@ TmEcode ReceiveAFPThreadInit(ThreadVars *tv, void *initdata, void **data)
     ptv->cluster_id = 1;
     /* We only set cluster info if the number of reader threads is greater than 1 */
     if (afpconfig->threads > 1) {
-            ptv->cluster_id = afpconfig->cluster_id;
-            ptv->cluster_type = afpconfig->cluster_type;
-            ptv->threads = afpconfig->threads;
+        ptv->cluster_id = afpconfig->cluster_id;
+        ptv->cluster_type = afpconfig->cluster_type;
+        ptv->threads = afpconfig->threads;
     }
 #endif
     ptv->flags = afpconfig->flags;