svn commit: r247983 - stable/8/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Thu Mar 7 23:59:48 UTC 2013


Author: tuexen
Date: Thu Mar  7 23:59:47 2013
New Revision: 247983
URL: http://svnweb.freebsd.org/changeset/base/247983

Log:
  MFC r240114:
  Whitespace change.

Modified:
  stable/8/sys/netinet/sctputil.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/netinet/   (props changed)

Modified: stable/8/sys/netinet/sctputil.c
==============================================================================
--- stable/8/sys/netinet/sctputil.c	Thu Mar  7 23:58:18 2013	(r247982)
+++ stable/8/sys/netinet/sctputil.c	Thu Mar  7 23:59:47 2013	(r247983)
@@ -2385,7 +2385,7 @@ sctp_calculate_rto(struct sctp_tcb *stcb
 	timevalsub(&now, old);
 	/* store the current RTT in us */
 	net->rtt = (uint64_t) 1000000 *(uint64_t) now.tv_sec +
-	         (uint64_t) now.tv_usec;
+	        (uint64_t) now.tv_usec;
 
 	/* computer rtt in ms */
 	rtt = net->rtt / 1000;


More information about the svn-src-stable-8 mailing list