Date: Sat, 10 May 2014 08:48:05 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265811 - head/sys/netinet Message-ID: <201405100848.s4A8m5WL099814@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tuexen Date: Sat May 10 08:48:04 2014 New Revision: 265811 URL: http://svnweb.freebsd.org/changeset/base/265811 Log: Whitespace change. Modified: head/sys/netinet/udp_usrreq.c Modified: head/sys/netinet/udp_usrreq.c ============================================================================== --- head/sys/netinet/udp_usrreq.c Sat May 10 08:10:01 2014 (r265810) +++ head/sys/netinet/udp_usrreq.c Sat May 10 08:48:04 2014 (r265811) @@ -1340,7 +1340,7 @@ udp_output(struct inpcb *inp, struct mbu * For UDP-Lite, checksum coverage length of zero means * the entire UDPLite packet is covered by the checksum. */ - cscov_partial = (cscov == 0) ? 0 : 1; + cscov_partial = (cscov == 0) ? 0 : 1; } else ui->ui_v = IPVERSION << 4;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405100848.s4A8m5WL099814>