From: Victor Julien Date: Sun, 8 Nov 2015 08:01:52 +0000 (+0100) Subject: afpacket: indent fixup X-Git-Tag: suricata-3.0RC2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d882116e271e696fd30e6264f4af4976198b07d;p=thirdparty%2Fsuricata.git afpacket: indent fixup --- diff --git a/src/source-af-packet.c b/src/source-af-packet.c index aba1b7d5d4..66fe18db6a 100644 --- a/src/source-af-packet.c +++ b/src/source-af-packet.c @@ -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;