Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 Fix indentation



details:   https://anonhg.NetBSD.org/src/rev/af2137626627
branches:  trunk
changeset: 348416:af2137626627
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Tue Oct 18 02:46:50 2016 +0000

description:
Fix indentation

diffstat:

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

diffs (27 lines):

diff -r cb09c8c49538 -r af2137626627 sys/netinet6/nd6.c
--- a/sys/netinet6/nd6.c        Tue Oct 18 02:46:21 2016 +0000
+++ b/sys/netinet6/nd6.c        Tue Oct 18 02:46:50 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nd6.c,v 1.207 2016/09/02 07:15:14 ozaki-r Exp $        */
+/*     $NetBSD: nd6.c,v 1.208 2016/10/18 02:46:50 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.207 2016/09/02 07:15:14 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.208 2016/10/18 02:46:50 ozaki-r Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -779,7 +779,7 @@
                ia6_release(public_ifa6, &psref);
                return 0;
        }
-               pserialize_read_exit(s);
+       pserialize_read_exit(s);
 
        return -1;
 }



Home | Main Index | Thread Index | Old Index