summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/rde_rib.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-18 17:01:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-18 17:01:00 +0000
commitb190e65fd18284efd3361cee55aba4d8d04d55a4 (patch)
treed57e1ce0d5915b4910c41f4cdcdfa791a4179349 /usr.sbin/ripd/rde_rib.c
parentae647d82e4b6735021bcb2964503fb3fb2c76985 (diff)
spacing
Diffstat (limited to 'usr.sbin/ripd/rde_rib.c')
-rw-r--r--usr.sbin/ripd/rde_rib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ripd/rde_rib.c b/usr.sbin/ripd/rde_rib.c
index ce10a480f73..47a79920249 100644
--- a/usr.sbin/ripd/rde_rib.c
+++ b/usr.sbin/ripd/rde_rib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde_rib.c,v 1.2 2007/04/09 20:45:52 michele Exp $ */
+/* $OpenBSD: rde_rib.c,v 1.3 2007/10/18 17:00:59 deraadt Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -265,7 +265,7 @@ rt_complete(struct rip_route *rr)
void
rt_clear(void)
{
- struct rt_node *r;
+ struct rt_node *r;
while ((r = RB_MIN(rt_tree, &rt)) != NULL)
rt_remove(r);