libthr: minor spacing cleanup.

No functional change.

X-MFC with:	r337992
This commit is contained in:
Pedro F. Giffuni 2018-08-21 01:33:25 +00:00
parent 6ddfef55bd
commit ab82c6bdad

View File

@ -199,8 +199,8 @@ _pthread_attr_getdetachstate(const pthread_attr_t *attr, int *detachstate)
__weak_reference(_pthread_attr_getguardsize, pthread_attr_getguardsize);
int
_pthread_attr_getguardsize(const pthread_attr_t *__restrict attr,
size_t *__restrict guardsize)
_pthread_attr_getguardsize(const pthread_attr_t * __restrict attr,
size_t * __restrict guardsize)
{
int ret;