Style fix.
This commit is contained in:
parent
c468432d46
commit
5d292c8fb4
@ -229,5 +229,6 @@ __mq_unlink(const char *path)
|
||||
int
|
||||
__mq_oshandle(mqd_t mqd)
|
||||
{
|
||||
return mqd->oshandle;
|
||||
|
||||
return (mqd->oshandle);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user