summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zebra/zebra_mpls_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_mpls_vty.c b/zebra/zebra_mpls_vty.c
index ae1de8be2e..7662cf4163 100644
--- a/zebra/zebra_mpls_vty.c
+++ b/zebra/zebra_mpls_vty.c
@@ -899,8 +899,8 @@ DEFUN (show_mpls_fec,
int ret;
zvrf = vrf_info_lookup(VRF_DEFAULT);
- if (!zvrf)
- return 0;
+ if (!zvrf)
+ return 0;
if (argc == 3)
zebra_mpls_print_fec_table(vty, zvrf);