summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-05-05 23:13:27 +0000
committerkmacy <kmacy@FreeBSD.org>2008-05-05 23:13:27 +0000
commit4610acbd56d37144ea538a41729ab7b93fd541d1 (patch)
treecdc531c4c577872fd590b5e9264b2eb4d5afedd0 /sys
parent4f047a5220f350f3354b98d6167b6bab2fcdebf9 (diff)
downloadFreeBSD-src-4610acbd56d37144ea538a41729ab7b93fd541d1.zip
FreeBSD-src-4610acbd56d37144ea538a41729ab7b93fd541d1.tar.gz
replace spaces added in last change with tabs
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/tcp_usrreq.c10
1 files 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;
}
/*
OpenPOWER on IntegriCloud