Author: tuexen
Date: Tue Sep  4 22:40:49 2012
New Revision: 240114
URL: http://svn.freebsd.org/changeset/base/240114

Log:
  Whitespace change.
  
  MFC after: 3 days

Modified:
  head/sys/netinet/sctputil.c

Modified: head/sys/netinet/sctputil.c
==============================================================================
--- head/sys/netinet/sctputil.c Tue Sep  4 22:19:33 2012        (r240113)
+++ head/sys/netinet/sctputil.c Tue Sep  4 22:40:49 2012        (r240114)
@@ -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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to