diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-28 18:52:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-28 18:52:27 +0000 |
commit | bd50b0b956deb12cba545fd0943b9bd89a9cabaa (patch) | |
tree | 75a372f473958204888fd3192c0194f81fc02124 | |
parent | 0aad106c94a05a9ba22e513f7edc5dd05c703432 (diff) |
whitespace
-rw-r--r-- | sys/arch/riscv64/riscv64/locore.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/riscv64/riscv64/locore.S b/sys/arch/riscv64/riscv64/locore.S index fc4fa910c0c..f6d2c2f61e0 100644 --- a/sys/arch/riscv64/riscv64/locore.S +++ b/sys/arch/riscv64/riscv64/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.9 2021/06/28 15:45:16 deraadt Exp $ */ +/* $OpenBSD: locore.S,v 1.10 2021/06/28 18:52:26 deraadt Exp $ */ /*- * Copyright (c) 2015-2018 Ruslan Bukin <br@bsdpad.com> @@ -418,5 +418,3 @@ mpva: call init_secondary END(mpentry) #endif - - |