]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: Fix whitespace issue with if statement
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 15 Apr 2017 12:59:40 +0000 (08:59 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 15 Apr 2017 17:26:56 +0000 (13:26 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_mpls_vty.c

index ae1de8be2e6cf61433076730a13c799627a70a20..7662cf41634d9c363913f38e3c9f45cfe371e4b9 100644 (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);