diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-15 08:59:40 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-15 13:26:56 -0400 |
| commit | 9db2da6c5953e115824fb39a5ff3b25b313d537a (patch) | |
| tree | be9493d4c215ecf88e28dc02e89ad05b27596581 /zebra/zebra_mpls_vty.c | |
| parent | bf995813b2176819aa5816d8935cf73aeb2f7d51 (diff) | |
zebra: Fix whitespace issue with if statement
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_mpls_vty.c')
| -rw-r--r-- | zebra/zebra_mpls_vty.c | 4 |
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); |
