commit | be916e04ea1975640b46036c9e557ca19e5e9941 | [log] [tgz] |
---|---|---|
author | Jennifer Williams <jennifer.m.williams@intel.com> | Wed Mar 10 04:00:04 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 27 17:31:59 2021 -0400 |
tree | ffb26a6d7ca830e27c67af12102ba2e507450a17 | |
parent | 734c65ad23ef748645a6f5ecefcad7c22e85d388 [diff] |
include: sys: time_units: fix missing final else z_tmcvt() was missing final else statement in the if else if construct. This commit removes the else if in this small structure to comply with guideline 15.7. Signed-off-by: Jennifer Williams <jennifer.m.williams@intel.com>