]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect-flowbits: fix misleading indentation
authorJason Ish <ish@unx.ca>
Wed, 24 Aug 2016 16:15:55 +0000 (10:15 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 29 Aug 2016 09:39:48 +0000 (11:39 +0200)
commite55334fb370629603c8c08a540e2f83e756fc863
tree68d7037f6f891953d04949ee6e12867feb12b7e6
parenta975fdcfeb3816f5dccaea9a2cef212935cf6029
detect-flowbits: fix misleading indentation

detect-flowbits.c: In function ‘FlowBitsTestSig02’:
detect-flowbits.c:475:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
    if(error_count == 5)
    ^~
detect-flowbits.c:478:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
     SigGroupBuild(de_ctx);
     ^~~~~~~~~~~~~
src/detect-flowbits.c