From f55ea98e9c381ea13a6852fc42b244273779fea1 Mon Sep 17 00:00:00 2001 From: deischen Date: Mon, 24 May 2010 13:43:11 +0000 Subject: Coalesce a couple of broken lines since they can fit within 80 characters. Little nit found while looking at a bug report. --- lib/libthr/thread/thr_condattr.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/libthr/thread') 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); -- cgit v1.1