summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-08-24 18:54:59 -0400
committerPaul Moore <pmoore@redhat.com>2015-08-26 12:16:04 -0400
commit8224c0c181ff7dd6383cd18ce9b4e168ad8c9ff0 (patch)
tree4d49d429e536a63a45e91ea80df1ae58c866fef2
parent9b3d08d90c40e4fbc4882e0be9585b7673d12a5e (diff)
downloadlibseccomp-8224c0c181ff7dd6383cd18ce9b4e168ad8c9ff0.tar.gz
all: minor tweak to make astyle v2.05.1 happy
Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--src/gen_bpf.c1
1 files changed, 0 insertions, 1 deletions
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;