summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/interface.c
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2012-09-17 13:49:27 +0000
committerbluhm <bluhm@openbsd.org>2012-09-17 13:49:27 +0000
commit63f9ed24f5ea1143a61814ddede82ef382300201 (patch)
treefd13c373c9c57ea367958cd4e3d4529fd1dfcdb1 /usr.sbin/ospf6d/interface.c
parentclear old keys on rekeing; ok djm (diff)
downloadwireguard-openbsd-63f9ed24f5ea1143a61814ddede82ef382300201.tar.xz
wireguard-openbsd-63f9ed24f5ea1143a61814ddede82ef382300201.zip
Fix trailing whitespaces.
Diffstat (limited to 'usr.sbin/ospf6d/interface.c')
-rw-r--r--usr.sbin/ospf6d/interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/interface.c b/usr.sbin/ospf6d/interface.c
index c1b1f744f19..3f16a5efc47 100644
--- a/usr.sbin/ospf6d/interface.c
+++ b/usr.sbin/ospf6d/interface.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: interface.c,v 1.19 2011/07/07 17:10:48 claudio Exp $ */
+/* $OpenBSD: interface.c,v 1.20 2012/09/17 13:49:27 bluhm Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -150,7 +150,7 @@ if_fsm(struct iface *iface, enum iface_event event)
ospfe_imsg_compose_rde(IMSG_IFINFO, iface->self->peerid, 0,
&iface->state, sizeof(iface->state));
}
-
+
if (old_state & (IF_STA_MULTI | IF_STA_POINTTOPOINT) &&
(iface->state & (IF_STA_MULTI | IF_STA_POINTTOPOINT)) == 0)
ospfe_demote_iface(iface, 0);