diff options
author | julian <julian@FreeBSD.org> | 2008-08-20 01:24:55 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2008-08-20 01:24:55 +0000 |
commit | 03a5241ea0a9d2648fc3b74a2062c7c06a155381 (patch) | |
tree | f8532280bf93ded2b923d587b0e90d880c57dce5 /sys/netinet/tcp_subr.c | |
parent | 0592958505e144fa8a1cdff63ecc2e605ac5e407 (diff) | |
download | FreeBSD-src-03a5241ea0a9d2648fc3b74a2062c7c06a155381.zip FreeBSD-src-03a5241ea0a9d2648fc3b74a2062c7c06a155381.tar.gz |
Fix some of the formatting fixes.. It's amazing how some thing stand out
in a commit message.
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r-- | sys/netinet/tcp_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 5f98078..cf7565a 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -942,7 +942,7 @@ tcp_pcblist(SYSCTL_HANDLER_ARGS) INP_INFO_RLOCK(&V_tcbinfo); for (inp = LIST_FIRST(V_tcbinfo.ipi_listhead), i = 0; - inp != NULL && i < n; inp = LIST_NEXT(inp, inp_list)) { + inp != NULL && i < n; inp = LIST_NEXT(inp, inp_list)) { INP_RLOCK(inp); if (inp->inp_gencnt <= gencnt) { /* |