summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2007-03-19 18:42:27 +0000
committerandre <andre@FreeBSD.org>2007-03-19 18:42:27 +0000
commitd5afb200018b56682ab007dadaf0ee454be5c70a (patch)
treeab7d8539e4f4673bdb9e3eb05e2a6fb98c9eaae1 /sys/netinet/tcp_output.c
parent693f8d3cab1392ad4c214eadd9de209ea6b628e4 (diff)
downloadFreeBSD-src-d5afb200018b56682ab007dadaf0ee454be5c70a.zip
FreeBSD-src-d5afb200018b56682ab007dadaf0ee454be5c70a.tar.gz
Match up SYSCTL_INT declarations in style.
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r--sys/netinet/tcp_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index 9196529..7c52b8d 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -103,8 +103,8 @@ SYSCTL_INT(_net_inet_tcp, OID_AUTO, local_slowstart_flightsize, CTLFLAG_RW,
&ss_fltsz_local, 1, "Slow start flight size for local networks");
int tcp_do_newreno = 1;
-SYSCTL_INT(_net_inet_tcp, OID_AUTO, newreno, CTLFLAG_RW, &tcp_do_newreno,
- 0, "Enable NewReno Algorithms");
+SYSCTL_INT(_net_inet_tcp, OID_AUTO, newreno, CTLFLAG_RW,
+ &tcp_do_newreno, 0, "Enable NewReno Algorithms");
int tcp_do_tso = 1;
SYSCTL_INT(_net_inet_tcp, OID_AUTO, tso, CTLFLAG_RW,
OpenPOWER on IntegriCloud