Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/9e9bf1472f40
branches:  trunk
changeset: 936270:9e9bf1472f40
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jul 23 19:20:02 2020 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/i386/include/byte_swap.h |  4 ++--
 sys/arch/mips/include/locore.h    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 1163c26d477c -r 9e9bf1472f40 sys/arch/i386/include/byte_swap.h
--- a/sys/arch/i386/include/byte_swap.h Thu Jul 23 19:07:01 2020 +0000
+++ b/sys/arch/i386/include/byte_swap.h Thu Jul 23 19:20:02 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: byte_swap.h,v 1.15 2008/04/28 20:23:24 martin Exp $    */
+/*     $NetBSD: byte_swap.h,v 1.16 2020/07/23 19:21:23 skrll Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
 static __inline uint16_t
 __byte_swap_u16_variable(uint16_t x)
 {
-       __asm volatile ("rorw $8, %w1" : "=r" (x) : "0" (x)); 
+       __asm volatile ("rorw $8, %w1" : "=r" (x) : "0" (x));
        return (x);
 }
 
diff -r 1163c26d477c -r 9e9bf1472f40 sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h    Thu Jul 23 19:07:01 2020 +0000
+++ b/sys/arch/mips/include/locore.h    Thu Jul 23 19:20:02 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.107 2020/06/14 06:50:31 simonb Exp $ */
+/* $NetBSD: locore.h,v 1.108 2020/07/23 19:20:02 skrll Exp $ */
 
 /*
  * This file should not be included by MI code!!!
@@ -402,7 +402,7 @@
        uint32_t jfi_stub;
        uint32_t jfi_real;
 };
- 
+
 void   fixup_splcalls(void);                           /* splstubs.c */
 bool   mips_fixup_exceptions(mips_fixup_callback_t, void *);
 bool   mips_fixup_zero_relative(int32_t, uint32_t [2], void *);



Home | Main Index | Thread Index | Old Index