From 8224c0c181ff7dd6383cd18ce9b4e168ad8c9ff0 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Mon, 24 Aug 2015 18:54:59 -0400 Subject: all: minor tweak to make astyle v2.05.1 happy Signed-off-by: Paul Moore --- src/gen_bpf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gen_bpf.c b/src/gen_bpf.c index 8d1b1b5..ba55c57 100644 --- a/src/gen_bpf.c +++ b/src/gen_bpf.c @@ -880,7 +880,6 @@ static struct bpf_blk *_gen_bpf_node(struct bpf_state *state, case SCMP_CMP_NE: case SCMP_CMP_LT: case SCMP_CMP_LE: - /* if we hit here it means the filter db isn't correct */ default: /* fatal error, we should never get here */ goto node_failure; -- cgit v1.2.1