From ed3150fb7413fce0321ad88a22de7871a301f7c3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Mar 2018 02:02:52 +0200 Subject: Fix coding style --- sysdeps/pthread/bits/pthread.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysdeps/pthread/bits/pthread.h') diff --git a/sysdeps/pthread/bits/pthread.h b/sysdeps/pthread/bits/pthread.h index 13a8163..593ab06 100644 --- a/sysdeps/pthread/bits/pthread.h +++ b/sysdeps/pthread/bits/pthread.h @@ -23,8 +23,7 @@ typedef int __pthread_t; /* Return true if __T1 and __T2 both name the same thread. Otherwise, false. */ -extern int -__pthread_equal (__pthread_t __t1, __pthread_t __t2); +extern int __pthread_equal (__pthread_t __t1, __pthread_t __t2); #ifdef __USE_EXTERN_INLINES __extern_inline int -- cgit v1.2.3