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/2a272aaecc1b
branches:  trunk
changeset: 937247:2a272aaecc1b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Aug 13 07:14:04 2020 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/aarch64/aarch64/lock_stubs.S |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a17ce02cfd3c -r 2a272aaecc1b sys/arch/aarch64/aarch64/lock_stubs.S
--- a/sys/arch/aarch64/aarch64/lock_stubs.S     Thu Aug 13 04:25:09 2020 +0000
+++ b/sys/arch/aarch64/aarch64/lock_stubs.S     Thu Aug 13 07:14:04 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lock_stubs.S,v 1.1 2020/08/12 13:28:46 skrll Exp $     */
+/*     $NetBSD: lock_stubs.S,v 1.2 2020/08/13 07:14:04 skrll Exp $     */
 
 /*-
  * Copyright (c) 2014, 2020 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 
 #include "assym.h"
 
-RCSID("$NetBSD: lock_stubs.S,v 1.1 2020/08/12 13:28:46 skrll Exp $")
+RCSID("$NetBSD: lock_stubs.S,v 1.2 2020/08/13 07:14:04 skrll Exp $")
 
 #ifndef LOCKDEBUG
 /*
@@ -53,7 +53,7 @@
        ret
 2:
        b       1b
-3:     
+3:
        b       _C_LABEL(mutex_vector_enter)
 END(mutex_enter)
 
@@ -75,7 +75,7 @@
        ret
 2:
        b       1b
-3:     
+3:
        b       _C_LABEL(mutex_vector_exit)
 END(mutex_exit)
 #endif /* !LOCKDEBUG */



Home | Main Index | Thread Index | Old Index