From 0a51eae11fdd741c295d7b0390c6d9dbf04468d8 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 31 Oct 2020 20:39:01 +0100 Subject: Spacing after keywords (while) --- Panel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Panel.h') diff --git a/Panel.h b/Panel.h index 1ada9243..604750a5 100644 --- a/Panel.h +++ b/Panel.h @@ -61,7 +61,7 @@ struct Panel_ { int selectionColor; }; -#define Panel_setDefaultBar(this_) do { (this_)->currentBar = (this_)->defaultBar; } while(0) +#define Panel_setDefaultBar(this_) do { (this_)->currentBar = (this_)->defaultBar; } while (0) #define KEY_CTRL(l) ((l)-'A'+1) -- cgit v1.2.3