Correct indent.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
3fa6490743
commit
65d7d82f30
@ -83,10 +83,9 @@ recvmmsg(int s, struct mmsghdr *__restrict msgvec, size_t vlen, int flags,
|
||||
ret = __sys_recvmsg(s, &msgvec[i].msg_hdr, flags);
|
||||
if (ret == -1) {
|
||||
/* We have received messages. Let caller know
|
||||
* about the data received, socket
|
||||
* error is returned on next
|
||||
* invocation.
|
||||
*/
|
||||
* about the data received, socket error is
|
||||
* returned on next invocation.
|
||||
*/
|
||||
return (rcvd);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user