Skip to content

Commit 23f37bf

Browse files
authored
Remove exit: return idiom from src/ble (project-chip#7518)
#### Problem The `Exit` group of error-handling macros inhibit scoping, and are unnecessary when there is no cleanup at the `exit:` label. #### Change overview - Remove `exit: return` idiom from `src/ble`, replacing `Exit` macros with corresponding `Return` macros. #### Testing No change to functionality; existing tests should catch regressions.
1 parent 495b033 commit 23f37bf

File tree

3 files changed

+89
-189
lines changed

3 files changed

+89
-189
lines changed

0 commit comments

Comments
 (0)