af4527e131
For code clarity, this commit adjusts the use of `return` statements in functions with a void return type as follows: - Transform `return foo();` into separate statements: `foo();` `return;` - Remove unnecessary `return` statements when they don't affect control flow. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
getaddrinfo.c | ||
getnameinfo.c | ||
socket_dispatcher.c | ||
socket_obj_core.c | ||
socket_offload.c | ||
socketpair.c | ||
sockets.c | ||
sockets_can.c | ||
sockets_internal.h | ||
sockets_misc.c | ||
sockets_net_mgmt.c | ||
sockets_packet.c | ||
sockets_select.c | ||
sockets_service.c | ||
sockets_tls.c |