summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2010-05-24 13:43:11 +0000
committerdeischen <deischen@FreeBSD.org>2010-05-24 13:43:11 +0000
commitf55ea98e9c381ea13a6852fc42b244273779fea1 (patch)
tree7739983d782d78c41c102afba90baf3905c1fead /lib/libthr/thread
parentcc01dc82d8e7f8fe2e294f9e05910a184ce48086 (diff)
downloadFreeBSD-src-f55ea98e9c381ea13a6852fc42b244273779fea1.zip
FreeBSD-src-f55ea98e9c381ea13a6852fc42b244273779fea1.tar.gz
Coalesce a couple of broken lines since they can fit within 80
characters. Little nit found while looking at a bug report.
Diffstat (limited to 'lib/libthr/thread')
-rw-r--r--lib/libthr/thread/thr_condattr.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libthr/thread/thr_condattr.c b/lib/libthr/thread/thr_condattr.c
index f2b126f..75aa6ea 100644
--- a/lib/libthr/thread/thr_condattr.c
+++ b/lib/libthr/thread/thr_condattr.c
@@ -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);
OpenPOWER on IntegriCloud