Module Name:    src
Committed By:   ozaki-r
Date:           Mon Aug 31 03:26:53 UTC 2015

Modified Files:
        src/sys/netinet6: nd6.c

Log Message:
Remove leading whitespaces


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/sys/netinet6/nd6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet6/nd6.c
diff -u src/sys/netinet6/nd6.c:1.169 src/sys/netinet6/nd6.c:1.170
--- src/sys/netinet6/nd6.c:1.169	Mon Aug 24 22:21:27 2015
+++ src/sys/netinet6/nd6.c	Mon Aug 31 03:26:53 2015
@@ -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 @@ nd6_slowtimo(void *ignored_arg)
 
 	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);

Reply via email to