commit | 9aa0f212aeefb0ca9a554207e349c273ee7279c8 | [log] [tgz] |
---|---|---|
author | Jennifer Williams <jennifer.m.williams@intel.com> | Wed Mar 10 05:05:56 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 27 17:31:59 2021 -0400 |
tree | b731fc235e2f5a67deaed5ff798f607782ac1962 | |
parent | dc11ffb562e1227344ae33af5ccad86eab57ba35 [diff] |
kernel: work: fix missing final else work_queue_main() was missing final else statement in the if else if construct. This commit adds else {} to comply with coding guideline 15.7. Includes a context-specific description of why this branch is empty. Signed-off-by: Jennifer Williams <jennifer.m.williams@intel.com>