From e7b050cb01c1ce10d0ebcd3ca8946927c3d5c887 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 7 Apr 2003 06:38:02 +0000 Subject: Indentation fix --- ospfd/ospfd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ospfd/ospfd.c') 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; -- cgit v1.2.1