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/e59059e5e64b
branches:  trunk
changeset: 451388:e59059e5e64b
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 ea4b21fba019 -r e59059e5e64b 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