Cleanup: Fix misc styleguide issues

Signed-off-by: Sohaib Mohamed <sohaib.amhmd@gmail.com>
This commit is contained in:
Sohaib Mohamed
2021-11-04 21:40:39 +02:00
committed by BenBE
parent e64269df2c
commit 21cb1c4d59
4 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ static HandlerResult ColorsPanel_eventHandler(Panel* super, int ch) {
HandlerResult result = IGNORED;
int mark;
switch(ch) {
switch (ch) {
case 0x0a:
case 0x0d:
case KEY_ENTER: