From 21cb1c4d599f1400de40703396210c17bc4acfe9 Mon Sep 17 00:00:00 2001 From: Sohaib Mohamed Date: Thu, 4 Nov 2021 21:40:39 +0200 Subject: Cleanup: Fix misc styleguide issues Signed-off-by: Sohaib Mohamed --- ColorsPanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ColorsPanel.c') diff --git a/ColorsPanel.c b/ColorsPanel.c index 0ea21583..50188f66 100644 --- a/ColorsPanel.c +++ b/ColorsPanel.c @@ -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: -- cgit v1.2.3