From 5b94ec50249ae273132b010349592127df060fbb Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 25 Feb 2019 19:05:11 +0000 Subject: *: remove unnecessary semicolon from switches Signed-off-by: Quentin Young --- zebra/zebra_mpls_openbsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/zebra_mpls_openbsd.c') diff --git a/zebra/zebra_mpls_openbsd.c b/zebra/zebra_mpls_openbsd.c index 72c8f73522..ade36cbce4 100644 --- a/zebra/zebra_mpls_openbsd.c +++ b/zebra/zebra_mpls_openbsd.c @@ -415,7 +415,7 @@ enum zebra_dplane_result kernel_pw_update(struct zebra_dplane_ctx *ctx) break; default: break; - }; + } return result; } -- cgit v1.2.3