net/local/local_recvfrom.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-11-20 11:57:27 +09:00 committed by Xiang Xiao
parent 8cf6cfda1a
commit c443809125

View File

@ -339,7 +339,9 @@ psock_dgram_recvfrom(FAR struct socket *psock, FAR void *buf, size_t len,
goto errout_with_infd;
}
/* Adjust the number of bytes remaining to be read from the packet */
/* Adjust the number of bytes remaining to be read from the
* packet
*/
DEBUGASSERT(tmplen <= remaining);
remaining -= tmplen;