Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2010 20:18:10 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r207291 - user/kmacy/head_page_lock_2/sys/kern
Message-ID:  <201004272018.o3RKIAih011779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004272018.o3RKIAih011779>