diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2010-07-01 19:47:05 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2010-07-01 19:47:05 +0000 |
commit | d9982f870d06a91a5dbdccb3c480894ffe39eb4d (patch) | |
tree | e7e66f7e7a0849af5dcd2a74608ed5c23ac44468 /usr.sbin/ospf6d/rde.h | |
parent | 20de667bd0a750da51543f04015540dd3ec0a2b5 (diff) |
Fix all white space bugs in ospf6d at once. No binary change.
ok claudio@
Diffstat (limited to 'usr.sbin/ospf6d/rde.h')
-rw-r--r-- | usr.sbin/ospf6d/rde.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/rde.h b/usr.sbin/ospf6d/rde.h index ec0459f8404..746cf9b324b 100644 --- a/usr.sbin/ospf6d/rde.h +++ b/usr.sbin/ospf6d/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.21 2010/07/01 18:57:21 bluhm Exp $ */ +/* $OpenBSD: rde.h,v 1.22 2010/07/01 19:47:04 bluhm Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -73,7 +73,7 @@ struct rde_nbr { struct iface *iface; u_int32_t peerid; /* unique ID in DB */ unsigned int ifindex; - u_int32_t iface_id; /* id of neighbor's + u_int32_t iface_id; /* id of neighbor's iface */ int state; int self; |