diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
commit | 3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch) | |
tree | 16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/isakmpd/transport.h | |
parent | c021608bd50b74de1b8074e336f7adad03b1c7d8 (diff) |
rm trailing whitespace
Diffstat (limited to 'sbin/isakmpd/transport.h')
-rw-r--r-- | sbin/isakmpd/transport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/transport.h b/sbin/isakmpd/transport.h index 0c297683557..1339f0a5602 100644 --- a/sbin/isakmpd/transport.h +++ b/sbin/isakmpd/transport.h @@ -1,4 +1,4 @@ -/* $OpenBSD: transport.h,v 1.11 2001/10/26 11:37:16 ho Exp $ */ +/* $OpenBSD: transport.h,v 1.12 2002/06/09 08:13:07 todd Exp $ */ /* $EOM: transport.h,v 1.16 2000/07/17 18:57:59 provos Exp $ */ /* @@ -116,7 +116,7 @@ struct transport { struct msg_head sendq; /* - * Prioritized send queue. Messages in this queue will be transmitted + * Prioritized send queue. Messages in this queue will be transmitted * before the normal sendq, they will also all be transmitted prior * to a daemon shutdown. Currently only used for DELETE notifications. */ |