summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls_openbsd.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-02-25 19:05:11 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-02-25 23:00:16 +0000
commit5b94ec50249ae273132b010349592127df060fbb (patch)
tree60a9f1dd6b4bfd19561a845dce4944340dc48e65 /zebra/zebra_mpls_openbsd.c
parent9f2d03544785b7f6cb08fe2d6ad6a2a491d8fb53 (diff)
*: remove unnecessary semicolon from switches
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_mpls_openbsd.c')
-rw-r--r--zebra/zebra_mpls_openbsd.c2
1 files changed, 1 insertions, 1 deletions
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;
}