From 4610acbd56d37144ea538a41729ab7b93fd541d1 Mon Sep 17 00:00:00 2001 From: kmacy Date: Mon, 5 May 2008 23:13:27 +0000 Subject: replace spaces added in last change with tabs --- sys/netinet/tcp_usrreq.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index b57f25c..94ce088 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -1232,11 +1232,11 @@ tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti) ti->tcpi_rcv_nxt = tp->rcv_nxt; ti->tcpi_snd_wnd = tp->snd_wnd; ti->tcpi_snd_bwnd = tp->snd_bwnd; - ti->tcpi_snd_nxt = tp->snd_nxt; - ti->__tcpi_snd_mss = tp->t_maxseg; - ti->__tcpi_rcv_mss = tp->t_maxseg; - if (tp->t_flags & TF_TOE) - ti->tcpi_options |= TCPI_OPT_TOE; + ti->tcpi_snd_nxt = tp->snd_nxt; + ti->__tcpi_snd_mss = tp->t_maxseg; + ti->__tcpi_rcv_mss = tp->t_maxseg; + if (tp->t_flags & TF_TOE) + ti->tcpi_options |= TCPI_OPT_TOE; } /* -- cgit v1.1