summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2005-08-08 08:38:42 +0000
committerclaudio <claudio@openbsd.org>2005-08-08 08:38:42 +0000
commitd23409ee0d23b51e4a5a584308b4f6e8e67dfeb9 (patch)
tree6d70c192e0290072cabc1be10f59a1ce3c165eae
parentzap remaining rcsid. (diff)
downloadwireguard-openbsd-d23409ee0d23b51e4a5a584308b4f6e8e67dfeb9.tar.xz
wireguard-openbsd-d23409ee0d23b51e4a5a584308b4f6e8e67dfeb9.zip
tab before newline.
-rw-r--r--usr.sbin/ospfd/kroute.c4
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.