svn commit: r207291 - user/kmacy/head_page_lock_2/sys/kern

Kip Macy kmacy at FreeBSD.org
Tue Apr 27 20:18:10 UTC 2010


Author: kmacy
Date: Tue Apr 27 20:18:09 2010
New Revision: 207291
URL: http://svn.freebsd.org/changeset/base/207291

Log:
  white space cleanup

Modified:
  user/kmacy/head_page_lock_2/sys/kern/kern_mutex.c

Modified: user/kmacy/head_page_lock_2/sys/kern/kern_mutex.c
==============================================================================
--- user/kmacy/head_page_lock_2/sys/kern/kern_mutex.c	Tue Apr 27 19:47:39 2010	(r207290)
+++ user/kmacy/head_page_lock_2/sys/kern/kern_mutex.c	Tue Apr 27 20:18:09 2010	(r207291)
@@ -118,9 +118,8 @@ struct lock_class lock_class_mtx_sleep =
 #endif
 	.lc_lock_full = lock_full_mtx,
 	.lc_trylock = trylock_mtx,
-	
-	
 };
+
 struct lock_class lock_class_mtx_spin = {
 	.lc_name = "spin mutex",
 	.lc_flags = LC_SPINLOCK | LC_RECURSABLE,


More information about the svn-src-user mailing list