mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
gnrc/sock: fix fallthrough warning (#7403)
* gnrc/sock: fix fallthrough warning * gnrc/sock: added spaces around "Fall Through."
This commit is contained in:
parent
5d04defe09
commit
3b5860451c
@ -87,6 +87,7 @@ ssize_t gnrc_sock_recv(gnrc_sock_reg_t *reg, gnrc_pktsnip_t **pkt_out,
|
||||
return -ETIMEDOUT;
|
||||
}
|
||||
#endif
|
||||
/* Falls Through. */
|
||||
default:
|
||||
return -EINTR;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user