summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2010-05-24 13:44:39 +0000
committerdeischen <deischen@FreeBSD.org>2010-05-24 13:44:39 +0000
commit95cb40b038035cd0d6e2b2b015f41a7d4dec0fcb (patch)
tree81a27e282001f88f5d4b54461c44f57c131dc233 /lib
parentf55ea98e9c381ea13a6852fc42b244273779fea1 (diff)
downloadFreeBSD-src-95cb40b038035cd0d6e2b2b015f41a7d4dec0fcb.zip
FreeBSD-src-95cb40b038035cd0d6e2b2b015f41a7d4dec0fcb.tar.gz
Coalesce one more broken line.
Diffstat (limited to 'lib')
-rw-r--r--lib/libthr/thread/thr_condattr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_condattr.c b/lib/libthr/thread/thr_condattr.c
index 75aa6ea..52b9f51 100644
--- a/lib/libthr/thread/thr_condattr.c
+++ b/lib/libthr/thread/thr_condattr.c
@@ -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);
OpenPOWER on IntegriCloud