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/dedbf7da53cd
branches: trunk
changeset: 999122:dedbf7da53cd
user: skrll <skrll%NetBSD.org@localhost>
date: Mon May 20 16:58:49 2019 +0000
description:
Trailing whitespace
diffstat:
sys/uvm/pmap/pmap.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r a00e9f8cb405 -r dedbf7da53cd sys/uvm/pmap/pmap.h
--- a/sys/uvm/pmap/pmap.h Mon May 20 11:12:10 2019 +0000
+++ b/sys/uvm/pmap/pmap.h Mon May 20 16:58:49 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.9 2017/06/24 05:49:50 skrll Exp $ */
+/* $NetBSD: pmap.h,v 1.10 2019/05/20 16:58:49 skrll Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -157,11 +157,11 @@
*/
#ifdef MULTIPROCESSOR
#define PMAP_SIZE offsetof(struct pmap, pm_pai[PMAP_TLB_MAX])
-#else
+#else
#define PMAP_SIZE sizeof(struct pmap)
-#endif
+#endif
-/*
+/*
* The pools from which pmap structures and sub-structures are allocated.
*/
extern struct pool pmap_pmap_pool;
Home |
Main Index |
Thread Index |
Old Index