Source-Changes-HG archive

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

[src/uebayasi-xip]: src/sys/uvm Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/b7d3b5619946
branches:  uebayasi-xip
changeset: 751688:b7d3b5619946
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Apr 27 15:01:11 2010 +0000

description:
Whitespace.

diffstat:

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

diffs (27 lines):

diff -r aa9a363e94fc -r b7d3b5619946 sys/uvm/uvm_page.c
--- a/sys/uvm/uvm_page.c        Tue Apr 27 08:40:22 2010 +0000
+++ b/sys/uvm/uvm_page.c        Tue Apr 27 15:01:11 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_page.c,v 1.153.2.23 2010/04/27 08:32:47 uebayasi Exp $     */
+/*     $NetBSD: uvm_page.c,v 1.153.2.24 2010/04/27 15:01:11 uebayasi Exp $     */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.153.2.23 2010/04/27 08:32:47 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.153.2.24 2010/04/27 15:01:11 uebayasi Exp $");
 
 #include "opt_ddb.h"
 #include "opt_uvmhist.h"
@@ -852,7 +852,7 @@
 uvm_page_physseg_init(void)
 {
        int lcv;
-       
+
        for (lcv = 0; lcv < VM_PHYSSEG_MAX; lcv++) {
                vm_physmem_ptrs[lcv] = &vm_physmem[lcv];
        }



Home | Main Index | Thread Index | Old Index