Module Name:    src
Committed By:   uebayasi
Date:           Tue Apr 27 15:01:12 UTC 2010

Modified Files:
        src/sys/uvm [uebayasi-xip]: uvm_page.c

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.153.2.23 -r1.153.2.24 src/sys/uvm/uvm_page.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_page.c
diff -u src/sys/uvm/uvm_page.c:1.153.2.23 src/sys/uvm/uvm_page.c:1.153.2.24
--- src/sys/uvm/uvm_page.c:1.153.2.23	Tue Apr 27 08:32:47 2010
+++ src/sys/uvm/uvm_page.c	Tue Apr 27 15:01:11 2010
@@ -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];
 	}

Reply via email to