Coalesce one more broken line.

This commit is contained in:
Daniel Eischen 2010-05-24 13:44:39 +00:00
parent 9ed8360e53
commit 1cfc8fc759
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208503

View File

@ -103,8 +103,7 @@ _pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clock_id)
}
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);