From 4184608283c585069d9dd04ac22174cff1758591 Mon Sep 17 00:00:00 2001 From: lstewart Date: Tue, 11 Jan 2011 01:32:08 +0000 Subject: Fixe some whitespace nits that were introduced in r216758. Sponsored by: FreeBSD Foundation Submitted by: pjd MFC after: 10 weeks X-MFC with: r216758 --- sys/netinet/tcp_var.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sys/netinet/tcp_var.h') diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index c9e935f..e265057 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -511,12 +511,12 @@ void kmod_tcpstat_inc(int statnum); #define HHOOK_TCP_LAST HHOOK_TCP_EST_OUT struct tcp_hhook_data { - struct tcpcb *tp; - struct tcphdr *th; - struct tcpopt *to; - long len; - int tso; - tcp_seq curack; + struct tcpcb *tp; + struct tcphdr *th; + struct tcpopt *to; + long len; + int tso; + tcp_seq curack; }; #endif @@ -625,7 +625,7 @@ VNET_DECLARE(int, tcp_ecn_maxretries); #define V_tcp_do_ecn VNET(tcp_do_ecn) #define V_tcp_ecn_maxretries VNET(tcp_ecn_maxretries) -VNET_DECLARE(struct hhook_head *, tcp_hhh[HHOOK_TCP_LAST+1]); +VNET_DECLARE(struct hhook_head *, tcp_hhh[HHOOK_TCP_LAST + 1]); #define V_tcp_hhh VNET(tcp_hhh) int tcp_addoptions(struct tcpopt *, u_char *); -- cgit v1.1