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/c63361776fb4
branches: trunk
changeset: 353178:c63361776fb4
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 c5266bf23085 -r c63361776fb4 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