mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 18:48:14 +00:00
zebra: Fix whitespace issue with if statement
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
bf995813b2
commit
9db2da6c59
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user