Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 KNF



details:   https://anonhg.NetBSD.org/src/rev/aca2e6d6bc96
branches:  trunk
changeset: 816427:aca2e6d6bc96
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Tue Jul 05 04:25:23 2016 +0000

description:
KNF

diffstat:

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

diffs (27 lines):

diff -r e0ed3bde293e -r aca2e6d6bc96 sys/netinet6/nd6.c
--- a/sys/netinet6/nd6.c        Tue Jul 05 03:40:52 2016 +0000
+++ b/sys/netinet6/nd6.c        Tue Jul 05 04:25:23 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nd6.c,v 1.199 2016/07/04 06:48:14 ozaki-r Exp $        */
+/*     $NetBSD: nd6.c,v 1.200 2016/07/05 04:25:23 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.199 2016/07/04 06:48:14 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.200 2016/07/05 04:25:23 ozaki-r Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -723,7 +723,7 @@
                 * address with the prefix.
                 */
                if (!IFA6_IS_DEPRECATED(it6))
-                   public_ifa6 = it6;
+                       public_ifa6 = it6;
        }
 
        if (public_ifa6 != NULL) {



Home | Main Index | Thread Index | Old Index