diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-08-08 08:38:43 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-08-08 08:38:43 +0000 |
commit | 3ba57e6b76a53d72030b4b9618a7f0bb53ab6556 (patch) | |
tree | d48888c69d9d056c52a64c3852de90eb78c9abb0 | |
parent | 09c68f18c4a9147d6181993dbc13fa43f69a6887 (diff) |
tab before newline.
-rw-r--r-- | usr.sbin/ospfd/kroute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/kroute.c b/usr.sbin/ospfd/kroute.c index 80916c1e179..51a67da19eb 100644 --- a/usr.sbin/ospfd/kroute.c +++ b/usr.sbin/ospfd/kroute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kroute.c,v 1.19 2005/06/26 19:22:12 claudio Exp $ */ +/* $OpenBSD: kroute.c,v 1.20 2005/08/08 08:38:42 claudio Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -333,7 +333,7 @@ kr_redistribute(int type, struct kroute *kr) /* Dynamic routes are not redistributable. */ if (kr->flags & F_DYNAMIC) return; - + /* * We consider the loopback net, multicast and experimental addresses * as not redistributable. |