From: paul Date: Mon, 7 Apr 2003 06:38:02 +0000 (+0000) Subject: Indentation fix X-Git-Tag: frr-2.0-rc1~4107 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=e7b050cb01c1ce10d0ebcd3ca8946927c3d5c887;p=matthieu%2Ffrr.git Indentation fix --- diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index 099af5587b..cc6368e841 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -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;