Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/include Fix indentation. NFCI
details: https://anonhg.NetBSD.org/src/rev/16dd001f7897
branches: trunk
changeset: 968218:16dd001f7897
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Jan 07 07:41:20 2020 +0000
description:
Fix indentation. NFCI
diffstat:
sys/arch/sh3/include/userret.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 994a298ba9dd -r 16dd001f7897 sys/arch/sh3/include/userret.h
--- a/sys/arch/sh3/include/userret.h Tue Jan 07 07:27:50 2020 +0000
+++ b/sys/arch/sh3/include/userret.h Tue Jan 07 07:41:20 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: userret.h,v 1.17 2019/12/01 12:19:28 ad Exp $ */
+/* $NetBSD: userret.h,v 1.18 2020/01/07 07:41:20 skrll Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -75,7 +75,7 @@
if (CPU_IS_SH3) {
tf->tf_ubc = UBC_CYCLE_INSN | UBC_CYCLE_READ
| SH3_UBC_CYCLE_CPU;
- }
+ }
#endif
#ifdef SH4
if (CPU_IS_SH4) {
Home |
Main Index |
Thread Index |
Old Index