Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 White space police.



details:   https://anonhg.NetBSD.org/src/rev/27d399683592
branches:  trunk
changeset: 817531:27d399683592
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Aug 23 19:39:57 2016 +0000

description:
White space police.

diffstat:

 sys/netinet6/in6_src.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r f77ffc431a9a -r 27d399683592 sys/netinet6/in6_src.c
--- a/sys/netinet6/in6_src.c    Tue Aug 23 19:39:04 2016 +0000
+++ b/sys/netinet6/in6_src.c    Tue Aug 23 19:39:57 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6_src.c,v 1.67 2016/08/23 19:39:04 roy Exp $ */
+/*     $NetBSD: in6_src.c,v 1.68 2016/08/23 19:39:57 roy Exp $ */
 /*     $KAME: in6_src.c,v 1.159 2005/10/19 01:40:32 t-momose Exp $     */
 
 /*
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6_src.c,v 1.67 2016/08/23 19:39:04 roy Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6_src.c,v 1.68 2016/08/23 19:39:57 roy Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -444,7 +444,7 @@
                                /* XXX breaks stat */
                                REPLACE(0);
                        }
-               }                       
+               }
        skip_rule4:
 #endif /* MIP6 && NMIP > 0 */
 
@@ -878,7 +878,7 @@
        u_int16_t lport, *lastport;
        enum kauth_network_req req;
        int error = 0;
-       
+
        if (in6p->in6p_flags & IN6P_LOWPORT) {
 #ifndef IPNOPRIVPORTS
                req = KAUTH_REQ_NETWORK_BIND_PRIVPORT;
@@ -904,7 +904,7 @@
        error = portalgo_randport(&lport, &in6p->in6p_head, l->l_cred);
        if (error)
                return error;
-       
+
        in6p->in6p_flags |= IN6P_ANONPORT;
        *lastport = lport;
        in6p->in6p_lport = htons(lport);



Home | Main Index | Thread Index | Old Index