svn commit: r208503 - head/lib/libthr/thread

Daniel Eischen deischen at FreeBSD.org
Mon May 24 13:44:39 UTC 2010


Author: deischen
Date: Mon May 24 13:44:39 2010
New Revision: 208503
URL: http://svn.freebsd.org/changeset/base/208503

Log:
  Coalesce one more broken line.

Modified:
  head/lib/libthr/thread/thr_condattr.c

Modified: head/lib/libthr/thread/thr_condattr.c
==============================================================================
--- head/lib/libthr/thread/thr_condattr.c	Mon May 24 13:43:11 2010	(r208502)
+++ head/lib/libthr/thread/thr_condattr.c	Mon May 24 13:44:39 2010	(r208503)
@@ -103,8 +103,7 @@ _pthread_condattr_setclock(pthread_conda
 }
 
 int
-_pthread_condattr_getpshared(const pthread_condattr_t *attr,
-	int *pshared)
+_pthread_condattr_getpshared(const pthread_condattr_t *attr, int *pshared)
 {
 	if (attr == NULL || *attr == NULL)
 		return (EINVAL);


More information about the svn-src-all mailing list