From: Donald Sharp Date: Sat, 15 Apr 2017 12:59:40 +0000 (-0400) Subject: zebra: Fix whitespace issue with if statement X-Git-Tag: reindent-master-before~213^2~7 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9db2da6c5953e115824fb39a5ff3b25b313d537a;p=matthieu%2Ffrr.git zebra: Fix whitespace issue with if statement Signed-off-by: Donald Sharp --- 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);