Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include Whitespace



details:   https://anonhg.NetBSD.org/src/rev/0f5b0ab7aa99
branches:  trunk
changeset: 835573:0f5b0ab7aa99
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Aug 29 11:29:27 2018 +0000

description:
Whitespace

diffstat:

 sys/arch/arm/include/cpufunc.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 86076c682d13 -r 0f5b0ab7aa99 sys/arch/arm/include/cpufunc.h
--- a/sys/arch/arm/include/cpufunc.h    Wed Aug 29 11:08:30 2018 +0000
+++ b/sys/arch/arm/include/cpufunc.h    Wed Aug 29 11:29:27 2018 +0000
@@ -358,7 +358,7 @@
        case I32_bit|F32_bit:   __asm("cpsid\tif"); break;
        }
        return oldpsw;
-#else 
+#else
        return disable_interrupts(psw);
 #endif
 }



Home | Main Index | Thread Index | Old Index