PERFORCE change 54370 for review
    Paul Saab 
    ps at FreeBSD.org
       
    Tue Jun  8 00:07:27 GMT 2004
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=54370
Change 54370 by ps at butter.corp on 2004/06/08 00:06:34
	Whitespace fix (thought i found all of these.. bad jayanth)
Affected files ...
.. //depot/projects/sack/netinet/tcp_output.c#3 edit
Differences ...
==== //depot/projects/sack/netinet/tcp_output.c#3 (text+ko) ====
@@ -829,10 +829,10 @@
 		th->th_seq = htonl(tp->snd_nxt);
 	else
 		th->th_seq = htonl(tp->snd_max);
-        if (sack_rxmit) {
-                th->th_seq = htonl(p->rxmit);
-                p->rxmit += len;
-        }
+	if (sack_rxmit) {
+		th->th_seq = htonl(p->rxmit);
+		p->rxmit += len;
+	}
 	th->th_ack = htonl(tp->rcv_nxt);
 	if (optlen) {
 		bcopy(opt, th + 1, optlen);
    
    
More information about the p4-projects
mailing list