Module Name: src
Committed By: uebayasi
Date: Thu Jul 8 05:30:43 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.h
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.59.2.23 -r1.59.2.24 src/sys/uvm/uvm_page.h
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.h
diff -u src/sys/uvm/uvm_page.h:1.59.2.23 src/sys/uvm/uvm_page.h:1.59.2.24
--- src/sys/uvm/uvm_page.h:1.59.2.23 Wed Jul 7 14:29:38 2010
+++ src/sys/uvm/uvm_page.h Thu Jul 8 05:30:43 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_page.h,v 1.59.2.23 2010/07/07 14:29:38 uebayasi Exp $ */
+/* $NetBSD: uvm_page.h,v 1.59.2.24 2010/07/08 05:30:43 uebayasi Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -144,7 +144,6 @@
uint16_t pqflags; /* page queue flags [P] */
paddr_t phys_addr; /* physical address of page */
-
#ifdef __HAVE_VM_PAGE_MD
struct vm_page_md mdpage; /* pmap-specific data */
#endif