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.backends | ||
shell_adsp_memory_window.c | ||
shell_dummy.c | ||
shell_mqtt.c | ||
shell_rpmsg.c | ||
shell_rtt.c | ||
shell_telnet.c | ||
shell_telnet_protocol.h | ||
shell_uart.c |