diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-02-25 19:05:11 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-02-25 23:00:16 +0000 |
| commit | 5b94ec50249ae273132b010349592127df060fbb (patch) | |
| tree | 60a9f1dd6b4bfd19561a845dce4944340dc48e65 /zebra/zebra_mpls_openbsd.c | |
| parent | 9f2d03544785b7f6cb08fe2d6ad6a2a491d8fb53 (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.c | 2 |
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; } |
