Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/096b108a9f03
branches:  trunk
changeset: 821890:096b108a9f03
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 20 17:25:41 2017 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/arm/undefined.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 68b08fe99a8b -r 096b108a9f03 sys/arch/arm/arm/undefined.c
--- a/sys/arch/arm/arm/undefined.c      Mon Feb 20 17:23:54 2017 +0000
+++ b/sys/arch/arm/arm/undefined.c      Mon Feb 20 17:25:41 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: undefined.c,v 1.56 2015/04/15 13:22:50 matt Exp $      */
+/*     $NetBSD: undefined.c,v 1.57 2017/02/20 17:25:41 skrll Exp $     */
 
 /*
  * Copyright (c) 2001 Ben Harris.
@@ -55,7 +55,7 @@
 #include <sys/kgdb.h>
 #endif
 
-__KERNEL_RCSID(0, "$NetBSD: undefined.c,v 1.56 2015/04/15 13:22:50 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: undefined.c,v 1.57 2017/02/20 17:25:41 skrll Exp $");
 
 #include <sys/kmem.h>
 #include <sys/queue.h>
@@ -432,8 +432,8 @@
 
        if (uh == NULL) {
                /* Fault has not been handled */
-               ksiginfo_t ksi; 
-               
+               ksiginfo_t ksi;
+
 #ifdef VERBOSE_ARM32
                s = spltty();
 
@@ -454,7 +454,7 @@
 
                splx(s);
 #endif
-        
+
                if ((fault_code & FAULT_USER) == 0) {
 #ifdef DDB
                        db_printf("Undefined instruction %#x in kernel at %#lx (LR %#x SP %#x)\n",



Home | Main Index | Thread Index | Old Index