diff options
author | paul <paul> | 2003-04-07 06:38:02 +0000 |
---|---|---|
committer | paul <paul> | 2003-04-07 06:38:02 +0000 |
commit | e7b050cb01c1ce10d0ebcd3ca8946927c3d5c887 (patch) | |
tree | 514aecad9075b5149a2269d04ee582e82024e847 | |
parent | 1d537c203eaf58ea1ba25986477683c3b2c2894f (diff) |
Indentation fix
-rw-r--r-- | ospfd/ospfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index 099af558..cc6368e8 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; |