Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet indent for little bit better readability



details:   https://anonhg.NetBSD.org/src/rev/82dcb4a54e1b
branches:  trunk
changeset: 565987:82dcb4a54e1b
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sun Apr 25 00:08:54 2004 +0000

description:
indent for little bit better readability

diffstat:

 sys/netinet/tcp_input.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5873202e5657 -r 82dcb4a54e1b sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c   Sat Apr 24 23:59:13 2004 +0000
+++ b/sys/netinet/tcp_input.c   Sun Apr 25 00:08:54 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_input.c,v 1.197 2004/04/24 23:59:13 itojun Exp $   */
+/*     $NetBSD: tcp_input.c,v 1.198 2004/04/25 00:08:54 itojun Exp $   */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -148,7 +148,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.197 2004/04/24 23:59:13 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.198 2004/04/25 00:08:54 itojun Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -1499,7 +1499,7 @@
                                else if (tp->t_rtttime &&
                                    SEQ_GT(th->th_ack, tp->t_rtseq))
                                        tcp_xmit_timer(tp,
-                                       tcp_now - tp->t_rtttime);
+                                         tcp_now - tp->t_rtttime);
                                acked = th->th_ack - tp->snd_una;
                                tcpstat.tcps_rcvackpack++;
                                tcpstat.tcps_rcvackbyte += acked;



Home | Main Index | Thread Index | Old Index