Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Whitespace police (minor infraction).



details:   https://anonhg.NetBSD.org/src/rev/d3c45f7c8b92
branches:  trunk
changeset: 847348:d3c45f7c8b92
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Dec 19 10:51:54 2019 +0000

description:
Whitespace police (minor infraction).

diffstat:

 sys/kern/subr_xcall.c |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r 381c5478c88a -r d3c45f7c8b92 sys/kern/subr_xcall.c
--- a/sys/kern/subr_xcall.c     Thu Dec 19 09:47:42 2019 +0000
+++ b/sys/kern/subr_xcall.c     Thu Dec 19 10:51:54 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_xcall.c,v 1.32 2019/12/01 20:56:39 riastradh Exp $        */
+/*     $NetBSD: subr_xcall.c,v 1.33 2019/12/19 10:51:54 thorpej Exp $  */
 
 /*-
  * Copyright (c) 2007-2010, 2019 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_xcall.c,v 1.32 2019/12/01 20:56:39 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_xcall.c,v 1.33 2019/12/19 10:51:54 thorpej Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -273,15 +273,13 @@
        }
 }
 
-
 static void
 xc_nop(void *arg1, void *arg2)
 {
 
-    return;
+       return;
 }
 
-
 /*
  * xc_barrier:
  *
@@ -296,7 +294,6 @@
        xc_wait(where);
 }
 
-
 /*
  * xc_unicast:
  *



Home | Main Index | Thread Index | Old Index