Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/c45c9d9c2af0
branches:  trunk
changeset: 467222:c45c9d9c2af0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jan 17 21:59:05 2020 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/alpha/alpha/pmap.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 144039d9f3c7 -r c45c9d9c2af0 sys/arch/alpha/alpha/pmap.c
--- a/sys/arch/alpha/alpha/pmap.c       Fri Jan 17 21:14:16 2020 +0000
+++ b/sys/arch/alpha/alpha/pmap.c       Fri Jan 17 21:59:05 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.264 2019/03/29 03:11:32 thorpej Exp $ */
+/* $NetBSD: pmap.c,v 1.265 2020/01/17 21:59:05 skrll Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001, 2007, 2008 The NetBSD Foundation, Inc.
@@ -140,7 +140,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.264 2019/03/29 03:11:32 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.265 2020/01/17 21:59:05 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1011,7 +1011,7 @@
 {
        int npgs;
        vaddr_t va;
-       paddr_t pa; 
+       paddr_t pa;
 
        uvm_physseg_t bank;
 
@@ -1851,7 +1851,7 @@
        PMAP_MAP_TO_HEAD_UNLOCK();
        if (opv)
                pmap_pv_free(opv);
-       
+
        return error;
 }
 



Home | Main Index | Thread Index | Old Index