Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/914c8af98d05
branches:  trunk
changeset: 939071:914c8af98d05
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Sep 24 11:02:02 2020 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/arm/bus_space_asm_generic.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f1915caec3f7 -r 914c8af98d05 sys/arch/arm/arm/bus_space_asm_generic.S
--- a/sys/arch/arm/arm/bus_space_asm_generic.S  Thu Sep 24 09:59:11 2020 +0000
+++ b/sys/arch/arm/arm/bus_space_asm_generic.S  Thu Sep 24 11:02:02 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_space_asm_generic.S,v 1.11 2013/10/28 22:50:25 matt Exp $  */
+/*     $NetBSD: bus_space_asm_generic.S,v 1.12 2020/09/24 11:02:02 skrll Exp $ */
 
 /*
  * Copyright (c) 1997 Causality Limited.
@@ -529,7 +529,7 @@
 
        adds    r0, r0, r2
        adds    r1, r1, r2
-       negs    r2, r2  
+       negs    r2, r2
 
 1:     ldrh    r3, [r0, r2]
        strh    r3, [r1, r2]



Home | Main Index | Thread Index | Old Index