svn commit: r193039 - head/sys/kern

Robert Watson rwatson at FreeBSD.org
Fri May 29 14:25:52 UTC 2009


Author: rwatson
Date: Fri May 29 14:25:51 2009
New Revision: 193039
URL: http://svn.freebsd.org/changeset/base/193039

Log:
  Minor style tweak.

Modified:
  head/sys/kern/kern_rmlock.c

Modified: head/sys/kern/kern_rmlock.c
==============================================================================
--- head/sys/kern/kern_rmlock.c	Fri May 29 14:20:10 2009	(r193038)
+++ head/sys/kern/kern_rmlock.c	Fri May 29 14:25:51 2009	(r193039)
@@ -527,7 +527,8 @@ _rm_rlock_debug(struct rmlock *rm, struc
 
 void
 _rm_runlock_debug(struct rmlock *rm,  struct rm_priotracker *tracker,
-    const char *file, int line) {
+    const char *file, int line)
+{
 
 	_rm_runlock(rm, tracker);
 }


More information about the svn-src-head mailing list