Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/b7cb90804acb
branches:  trunk
changeset: 825145:b7cb90804acb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jul 01 15:28:18 2017 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/arm32/cpuswitch.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d147f44817d6 -r b7cb90804acb sys/arch/arm/arm32/cpuswitch.S
--- a/sys/arch/arm/arm32/cpuswitch.S    Sat Jul 01 14:51:59 2017 +0000
+++ b/sys/arch/arm/arm32/cpuswitch.S    Sat Jul 01 15:28:18 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuswitch.S,v 1.90 2015/04/08 12:07:40 matt Exp $      */
+/*     $NetBSD: cpuswitch.S,v 1.91 2017/07/01 15:28:18 skrll Exp $     */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -87,7 +87,7 @@
 #include <arm/asm.h>
 #include <arm/locore.h>
 
-       RCSID("$NetBSD: cpuswitch.S,v 1.90 2015/04/08 12:07:40 matt Exp $")
+       RCSID("$NetBSD: cpuswitch.S,v 1.91 2017/07/01 15:28:18 skrll Exp $")
 
 /* LINTSTUB: include <sys/param.h> */
 
@@ -250,7 +250,7 @@
        vmsrne  fpexc, r0
 #endif
 
-       /* 
+       /*
         * Check for restartable atomic sequences (RAS).
         */
 



Home | Main Index | Thread Index | Old Index