Style fix.

This commit is contained in:
David Xu 2006-03-01 23:40:00 +00:00
parent 5f2252c2b7
commit a620d0986f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156193

View file

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