summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-10-31 20:39:01 +0100
committerBenny Baumann <BenBE@geshi.org>2020-11-02 22:14:26 +0100
commit0a51eae11fdd741c295d7b0390c6d9dbf04468d8 (patch)
tree0857af69d544bab1995fb0209191e79559a7df25 /Panel.h
parent1877325329b282ce59d8d6733b3728913cb2c6b2 (diff)
Spacing after keywords (while)
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h2
1 files changed, 1 insertions, 1 deletions
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)

© 2014-2024 Faster IT GmbH | imprint | privacy policy