]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Indentation fix
authorpaul <paul>
Mon, 7 Apr 2003 06:38:02 +0000 (06:38 +0000)
committerpaul <paul>
Mon, 7 Apr 2003 06:38:02 +0000 (06:38 +0000)
ospfd/ospfd.c

index 099af5587b2eb61070f4d608156e8b9c92c720c5..cc6368e841caa47b1c6d2a544e23caeafb6b350d 100644 (file)
@@ -752,8 +752,8 @@ ospf_network_run (struct ospf *ospf, struct prefix *p, struct ospf_area *area)
          struct connected *co = getdata (cn);
          struct prefix *addr;
          
-      if (CHECK_FLAG(co->flags,ZEBRA_IFA_SECONDARY))
-        continue;
+          if (CHECK_FLAG(co->flags,ZEBRA_IFA_SECONDARY))
+            continue;
 
          if (ifc_pointopoint (co))
            addr = co->destination;