summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-10-31 20:33:01 +0100
committerBenny Baumann <BenBE@geshi.org>2020-11-02 22:14:26 +0100
commit1877325329b282ce59d8d6733b3728913cb2c6b2 (patch)
tree1df9a3791082cb790349a663122357fbd683d543 /Panel.h
parentdb0a13970ed512a75ade9770f0a1aa468f657f8b (diff)
Spacing after keywords (#define)
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 ec670ab5..1ada9243 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