logging: fix if else if constructs missing final else
The logging subsytsem had if else if constructs without final
else statement. This commit adds else {} to comply with
coding guideline 15.7.
Signed-off-by:
Jennifer Williams <jennifer.m.williams@intel.com>
Loading
Please sign in to comment