Skip to content

Commit

Permalink
net/local/local_recvfrom.c: Appease nxstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored and xiaoxiang781216 committed Nov 21, 2020
1 parent 8cf6cfd commit c443809
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net/local/local_recvfrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c443809

Please sign in to comment.