commit | 65337bc7ebce33244d18bbc317e71bad7ef655a1 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Wed Jul 06 07:40:01 2022 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jul 06 11:00:45 2022 -0400 |
tree | c038fe9345670c6f4c249a96979d83a790955729 | |
parent | 49b36ead952fa8d790b97cbe29cac464bf7e42b8 [diff] |
lib: add mising braces to single line if statements Following zephyr's style guideline, all if statements, including single line statements shall have braces. Signed-off-by: Anas Nashif <anas.nashif@intel.com>