commit | 4c32258606b4a36e78b9b5c61848c1e1ad4ef7ad | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Tue Jun 04 10:52:23 2019 -0400 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Jun 06 15:20:21 2019 +0200 |
tree | 6cd40c95168c33ff64adbe26a217cf94a7ac922b | |
parent | 912e117e9e5301e696812213aace4a9279700ac5 [diff] |
style: add braces around if/while statements Per guidelines, all statements should have braces around them. We do not have a CI check for this, so a few went in unnoticed. Signed-off-by: Anas Nashif <anas.nashif@intel.com>