commit | 516625ed6a65bd2e3eb9ed09e5f45e49ead55ef7 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Wed Jul 06 07:26:25 2022 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jul 06 11:00:45 2022 -0400 |
tree | 06455146464da3acdb8139a4f78573511f81b893 | |
parent | 36a507d271c5d92b7d2c626e2eed5806f3861c9d [diff] |
arch: arm64: 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>