Style fix.

This commit is contained in:
davidxu 2006-03-01 23:40:00 +00:00
parent c468432d46
commit 5d292c8fb4

View File

@ -229,5 +229,6 @@ __mq_unlink(const char *path)
int
__mq_oshandle(mqd_t mqd)
{
return mqd->oshandle;
return (mqd->oshandle);
}