]> git.proxmox.com Git - mirror_frr.git/commitdiff
ospfd: Fix indentation in ospf_is_type_redistributed
authorDonald Sharp <sharpd@nvidia.com>
Sat, 17 Apr 2021 22:03:46 +0000 (18:03 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 4 May 2021 13:03:27 +0000 (09:03 -0400)
clang-format was not happy.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospfd/ospf_zebra.c

index dfbb9aa2f8af2a0ab7ebb903f349a4a470f9e8b0..f198995dfaa7d106842a5c1348aac0db10c5607c 100644 (file)
@@ -766,12 +766,12 @@ int ospf_is_type_redistributed(struct ospf *ospf, int type,
                                           ospf->vrf_id)
                        : ((instance
                            && redist_check_instance(
-                                      &zclient->mi_redist[AFI_IP][type],
-                                      instance))
+                                   &zclient->mi_redist[AFI_IP][type],
+                                   instance))
                           || (!instance
                               && vrf_bitmap_check(
-                                         zclient->redist[AFI_IP][type],
-                                         ospf->vrf_id))));
+                                      zclient->redist[AFI_IP][type],
+                                      ospf->vrf_id))));
 }
 
 int ospf_redistribute_set(struct ospf *ospf, int type, unsigned short instance,