mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libthr: minor spacing cleanup.
No functional change. X-MFC with: r337992
This commit is contained in:
parent
6ddfef55bd
commit
ab82c6bdad
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue