Module Name:    src
Committed By:   thorpej
Date:           Thu Dec 19 10:51:55 UTC 2019

Modified Files:
        src/sys/kern: subr_xcall.c

Log Message:
Whitespace police (minor infraction).


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/kern/subr_xcall.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/kern/subr_xcall.c
diff -u src/sys/kern/subr_xcall.c:1.32 src/sys/kern/subr_xcall.c:1.33
--- src/sys/kern/subr_xcall.c:1.32	Sun Dec  1 20:56:39 2019
+++ src/sys/kern/subr_xcall.c	Thu Dec 19 10:51:54 2019
@@ -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 @@ xc_broadcast(unsigned int flags, xcfunc_
 	}
 }
 
-
 static void
 xc_nop(void *arg1, void *arg2)
 {
 
-    return;
+	return;
 }
 
-
 /*
  * xc_barrier:
  *
@@ -296,7 +294,6 @@ xc_barrier(unsigned int flags)
 	xc_wait(where);
 }
 
-
 /*
  * xc_unicast:
  *

Reply via email to