Whitespace change.

This commit is contained in:
Michael Tuexen 2014-05-10 08:48:04 +00:00
parent e2192fdfc6
commit 6c19260269
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265811

View File

@ -1340,7 +1340,7 @@ udp_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr,
* 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;