Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 2004 00:07:26 GMT
From:      Paul Saab <ps@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54370 for review
Message-ID:  <200406080007.i5807QgR068791@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54370

Change 54370 by ps@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406080007.i5807QgR068791>