Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/bf9562e9212c
branches:  trunk
changeset: 467245:bf9562e9212c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 18 07:52:33 2020 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/arm32/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r eacfc19a4b5d -r bf9562e9212c sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sat Jan 18 07:33:24 2020 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sat Jan 18 07:52:33 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.378 2020/01/17 16:59:07 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.379 2020/01/18 07:52:33 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -221,7 +221,7 @@
 #include <arm/db_machdep.h>
 #endif
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.378 2020/01/17 16:59:07 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.379 2020/01/18 07:52:33 skrll Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -547,7 +547,7 @@
        if (__predict_false(db_onproc != NULL))
                return;
 #endif
-       
+
        mutex_enter(pm->pm_lock);
 }
 



Home | Main Index | Thread Index | Old Index