Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm/pmap Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/cb4608c76cef
branches:  trunk
changeset: 823429:cb4608c76cef
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Apr 22 20:19:53 2017 +0000

description:
Trailing whitespace

diffstat:

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

diffs (27 lines):

diff -r 2294976bf0a7 -r cb4608c76cef sys/uvm/pmap/pmap.c
--- a/sys/uvm/pmap/pmap.c       Sat Apr 22 19:20:51 2017 +0000
+++ b/sys/uvm/pmap/pmap.c       Sat Apr 22 20:19:53 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.28 2017/03/02 20:11:19 mrg Exp $    */
+/*     $NetBSD: pmap.c,v 1.29 2017/04/22 20:19:53 skrll Exp $  */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.28 2017/03/02 20:11:19 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.29 2017/04/22 20:19:53 skrll Exp $");
 
 /*
  *     Manages physical address maps.
@@ -502,7 +502,7 @@
 
        if (uvm_physseg_valid_p(maybe_bank)) {
                const uvm_physseg_t bank = maybe_bank;
-               
+
                /*
                 * There are enough pages here; steal them!
                 */



Home | Main Index | Thread Index | Old Index