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> |
||
|---|---|---|
| .. | ||
| lll_adv_internal.h | ||
| lll_adv_pdu.h | ||
| lll_adv_types.h | ||
| lll_adv.c | ||
| lll_central.c | ||
| lll_clock.c | ||
| lll_conn_meta.h | ||
| lll_conn.c | ||
| lll_df_types.h | ||
| lll_internal.h | ||
| lll_meta.h | ||
| lll_peripheral.c | ||
| lll_prof_internal.h | ||
| lll_prof.c | ||
| lll_scan.c | ||
| lll_test.c | ||
| lll_tim_internal.h | ||
| lll_vendor.h | ||
| lll.c | ||
| pdu_vendor.h | ||