Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 Remove leading whitespaces



details:   https://anonhg.NetBSD.org/src/rev/048b31332a56
branches:  trunk
changeset: 340307:048b31332a56
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Aug 31 03:26:53 2015 +0000

description:
Remove leading whitespaces

diffstat:

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

diffs (27 lines):

diff -r db8348c53313 -r 048b31332a56 sys/netinet6/nd6.c
--- a/sys/netinet6/nd6.c        Mon Aug 31 02:58:25 2015 +0000
+++ b/sys/netinet6/nd6.c        Mon Aug 31 03:26:53 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nd6.c,v 1.169 2015/08/24 22:21:27 pooka Exp $  */
+/*     $NetBSD: nd6.c,v 1.170 2015/08/31 03:26:53 ozaki-r Exp $        */
 /*     $KAME: nd6.c,v 1.279 2002/06/08 11:16:51 itojun Exp $   */
 
 /*
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.169 2015/08/24 22:21:27 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.170 2015/08/31 03:26:53 ozaki-r Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -2127,7 +2127,7 @@
 
        mutex_enter(softnet_lock);
        KERNEL_LOCK(1, NULL);
-       callout_reset(&nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz,
+       callout_reset(&nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz,
            nd6_slowtimo, NULL);
        IFNET_FOREACH(ifp) {
                nd6if = ND_IFINFO(ifp);



Home | Main Index | Thread Index | Old Index