summaryrefslogtreecommitdiff
path: root/ospfd/ospfd.c
diff options
context:
space:
mode:
authorpaul <paul>2003-04-07 06:38:02 +0000
committerpaul <paul>2003-04-07 06:38:02 +0000
commite7b050cb01c1ce10d0ebcd3ca8946927c3d5c887 (patch)
tree514aecad9075b5149a2269d04ee582e82024e847 /ospfd/ospfd.c
parent1d537c203eaf58ea1ba25986477683c3b2c2894f (diff)
Indentation fix
Diffstat (limited to 'ospfd/ospfd.c')
-rw-r--r--ospfd/ospfd.c4
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;