svn commit: r218950 - head/sys/i386/include

John Baldwin jhb at FreeBSD.org
Tue Feb 22 14:58:14 UTC 2011


Author: jhb
Date: Tue Feb 22 14:58:14 2011
New Revision: 218950
URL: http://svn.freebsd.org/changeset/base/218950

Log:
  Fix whitespace nit.

Modified:
  head/sys/i386/include/pmap.h

Modified: head/sys/i386/include/pmap.h
==============================================================================
--- head/sys/i386/include/pmap.h	Tue Feb 22 14:47:10 2011	(r218949)
+++ head/sys/i386/include/pmap.h	Tue Feb 22 14:58:14 2011	(r218950)
@@ -441,7 +441,6 @@ struct pmap {
 						   table */
 #endif
 	vm_page_t		pm_root;	/* spare page table pages */
-
 };
 
 typedef struct pmap	*pmap_t;


More information about the svn-src-head mailing list