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;
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to