zebra: Fix whitespace issue with if statement

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-04-15 08:59:40 -04:00
parent bf995813b2
commit 9db2da6c59

View File

@ -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);