Coalesce a couple of broken lines since they can fit within 80

characters.  Little nit found while looking at a bug report.
This commit is contained in:
Daniel Eischen 2010-05-24 13:43:11 +00:00
parent 626a7b1d90
commit 9ed8360e53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208502

View File

@ -79,8 +79,7 @@ _pthread_condattr_destroy(pthread_condattr_t *attr)
}
int
_pthread_condattr_getclock(const pthread_condattr_t *attr,
clockid_t *clock_id)
_pthread_condattr_getclock(const pthread_condattr_t *attr, clockid_t *clock_id)
{
if (attr == NULL || *attr == NULL)
return (EINVAL);
@ -89,8 +88,7 @@ _pthread_condattr_getclock(const pthread_condattr_t *attr,
}
int
_pthread_condattr_setclock(pthread_condattr_t *attr,
clockid_t clock_id)
_pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clock_id)
{
if (attr == NULL || *attr == NULL)
return (EINVAL);