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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to