commit | a5c27d69b55510f7f2464633349efd003b0926ee | [log] [tgz] |
---|---|---|
author | Jennifer Williams <jennifer.m.williams@intel.com> | Wed Mar 10 03:37:49 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 27 17:31:59 2021 -0400 |
tree | 209756d1e0b7d32b01bc56f017c21b48e70680ae | |
parent | d9cf132903ccb640bdfe97740ec9d7288d568875 [diff] |
arch: arm: core: aarch32: cortex_m: debug: remove if...else if construct z_arm_debug_monitor_event_error_check() was missing final else statement in the if else if construct so violated guideline 15.7. This commit removes the else if for symmetry in the limited early-exit conditions, rather than empty final else {}, to comply. Signed-off-by: Jennifer Williams <jennifer.m.williams@intel.com>