Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/aarch64/aarch64 Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/5a7b0a060ee3
branches:  trunk
changeset: 1026251:5a7b0a060ee3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 14 15:12:01 2021 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/aarch64/aarch64/netbsd32_machdep.c    |  14 +++++++-------
 sys/arch/aarch64/aarch64/netbsd32_machdep_13.c |  12 ++++++------
 sys/arch/aarch64/aarch64/netbsd32_machdep_16.c |  12 ++++++------
 3 files changed, 19 insertions(+), 19 deletions(-)

diffs (104 lines):

diff -r abbb40459f94 -r 5a7b0a060ee3 sys/arch/aarch64/aarch64/netbsd32_machdep.c
--- a/sys/arch/aarch64/aarch64/netbsd32_machdep.c       Sun Nov 14 11:23:52 2021 +0000
+++ b/sys/arch/aarch64/aarch64/netbsd32_machdep.c       Sun Nov 14 15:12:01 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_machdep.c,v 1.22 2021/11/06 20:42:56 thorpej Exp $    */
+/*     $NetBSD: netbsd32_machdep.c,v 1.23 2021/11/14 15:12:01 skrll Exp $      */
 
 /*
  * Copyright (c) 2018 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.22 2021/11/06 20:42:56 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.23 2021/11/14 15:12:01 skrll Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -632,16 +632,16 @@
                return VM_DEFAULT_ADDRESS32_BOTTOMUP(base, sz);
 }
 
-void  
+void
 netbsd32_machdep_md_init(void)
-{ 
- 
+{
+
        /* nothing to do */
 }
- 
+
 void
 netbsd32_machdep_md_fini(void)
 {
- 
+
        /* nothing to do */
 }
diff -r abbb40459f94 -r 5a7b0a060ee3 sys/arch/aarch64/aarch64/netbsd32_machdep_13.c
--- a/sys/arch/aarch64/aarch64/netbsd32_machdep_13.c    Sun Nov 14 11:23:52 2021 +0000
+++ b/sys/arch/aarch64/aarch64/netbsd32_machdep_13.c    Sun Nov 14 15:12:01 2021 +0000
@@ -29,22 +29,22 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: netbsd32_machdep_13.c,v 1.2 2019/01/27 02:08:36 pgoyette Exp $");
+__KERNEL_RCSID(1, "$NetBSD: netbsd32_machdep_13.c,v 1.3 2021/11/14 15:12:01 skrll Exp $");
 
 #if defined (_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
 #endif
 
-void  
+void
 netbsd32_machdep_md_13_init(void)
-{ 
- 
+{
+
        /* nothing to do */
 }
- 
+
 void
 netbsd32_machdep_md_13_fini(void)
 {
- 
+
        /* nothing to do */
 }
diff -r abbb40459f94 -r 5a7b0a060ee3 sys/arch/aarch64/aarch64/netbsd32_machdep_16.c
--- a/sys/arch/aarch64/aarch64/netbsd32_machdep_16.c    Sun Nov 14 11:23:52 2021 +0000
+++ b/sys/arch/aarch64/aarch64/netbsd32_machdep_16.c    Sun Nov 14 15:12:01 2021 +0000
@@ -29,22 +29,22 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: netbsd32_machdep_16.c,v 1.2 2019/01/27 02:08:36 pgoyette Exp $");
+__KERNEL_RCSID(1, "$NetBSD: netbsd32_machdep_16.c,v 1.3 2021/11/14 15:12:01 skrll Exp $");
 
 #if defined (_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
 #endif
 
-void  
+void
 netbsd32_machdep_md_16_init(void)
-{ 
- 
+{
+
        /* nothing to do */
 }
- 
+
 void
 netbsd32_machdep_md_16_fini(void)
 {
- 
+
        /* nothing to do */
 }



Home | Main Index | Thread Index | Old Index