Whitespace change.

This commit is contained in:
tuexen 2014-05-10 08:48:04 +00:00
parent 1a29a56861
commit 285d10d30f

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 * For UDP-Lite, checksum coverage length of zero means
* the entire UDPLite packet is covered by the checksum. * the entire UDPLite packet is covered by the checksum.
*/ */
cscov_partial = (cscov == 0) ? 0 : 1; cscov_partial = (cscov == 0) ? 0 : 1;
} else } else
ui->ui_v = IPVERSION << 4; ui->ui_v = IPVERSION << 4;