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 Whitespace nit.



details:   https://anonhg.NetBSD.org/src/rev/89fdaa8d7026
branches:  trunk
changeset: 552738:89fdaa8d7026
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Oct 01 21:51:15 2003 +0000

description:
Whitespace nit.

diffstat:

 sys/arch/sh3/include/locore.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 400bd1ecde61 -r 89fdaa8d7026 sys/arch/sh3/include/locore.h
--- a/sys/arch/sh3/include/locore.h     Wed Oct 01 21:45:14 2003 +0000
+++ b/sys/arch/sh3/include/locore.h     Wed Oct 01 21:51:15 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.h,v 1.8 2003/01/18 06:33:42 thorpej Exp $       */
+/*     $NetBSD: locore.h,v 1.9 2003/10/01 21:51:15 uwe Exp $   */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
  *     + change bank from 1 to 0
  *     + set BANK0 (r4, r5, r6) = (ssr, spc, ssp)
  */
-#define        __EXCEPTION_ENTRY                                                       ;\
+#define        __EXCEPTION_ENTRY                                               ;\
        /* Check kernel/user mode. */                                   ;\
        mov     #0x40,  r3                                              ;\
        swap.b  r3,     r3                                              ;\



Home | Main Index | Thread Index | Old Index