diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2004-08-23 11:13:15 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2004-08-23 11:13:15 +0000 |
commit | 6dd3c66637057ec50d2cabf3d389e958dd4dbc20 (patch) | |
tree | 6caabd5a96e4435b758d300dd223a21530ee7275 /sbin/isakmpd/exchange.h | |
parent | 30877fb6847dea7d878a3a6e191432470ff1aaab (diff) |
Indent nit.
Diffstat (limited to 'sbin/isakmpd/exchange.h')
-rw-r--r-- | sbin/isakmpd/exchange.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/exchange.h b/sbin/isakmpd/exchange.h index b3b5cc68650..d7c215c2bfb 100644 --- a/sbin/isakmpd/exchange.h +++ b/sbin/isakmpd/exchange.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exchange.h,v 1.27 2004/06/20 15:24:05 ho Exp $ */ +/* $OpenBSD: exchange.h,v 1.28 2004/08/23 11:13:14 ho Exp $ */ /* $EOM: exchange.h,v 1.28 2000/09/28 12:54:28 niklas Exp $ */ /* @@ -75,7 +75,7 @@ struct exchange { void *finalize_arg; /* When several SA's are being negotiated we keep them here. */ - TAILQ_HEAD(sa_head, sa) sa_list; + TAILQ_HEAD(sa_head, sa) sa_list; /* * The event that will occur when it has taken too long time to try to |