summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2022-04-06 22:47:55 +0000
committerriastradh <riastradh@NetBSD.org>2022-04-06 22:47:55 +0000
commit8b341aeb33fb1f525ea7d7a58c1bb06dcb74439a (patch)
treef2c9159a9ac441e0b64e9f5530574cc6de9ba88b /sys/arch/sparc64
parent7991e265fb833c6138ec0e83b3ec47763077385f (diff)
Nix trailing whitespace in files of membars, atomics, and lock stubs.
Will be touching many of these files soon for functional changes. No functional change intended.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/sparc64/lock_stubs.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/lock_stubs.s b/sys/arch/sparc64/sparc64/lock_stubs.s
index 1598d45f03c..c4f2be6271a 100644
--- a/sys/arch/sparc64/sparc64/lock_stubs.s
+++ b/sys/arch/sparc64/sparc64/lock_stubs.s
@@ -1,4 +1,4 @@
-/* $NetBSD: lock_stubs.s,v 1.10 2021/08/25 13:28:51 thorpej Exp $ */
+/* $NetBSD: lock_stubs.s,v 1.11 2022/04/06 22:47:57 riastradh Exp $ */
/*-
* Copyright (c) 2002, 2006 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR