summaryrefslogtreecommitdiffstats
path: root/Panel.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-10-31 20:55:36 +0100
committerBenny Baumann <BenBE@geshi.org>2020-11-02 22:15:01 +0100
commitadf797c295db2e0b24cc49efc7af70dafc3f10c2 (patch)
tree22bbd800bd2ea7c0732efb19b9869ef3e6739969 /Panel.c
parent374edb9ed5e9d5fa24cfe358258d82f69d9d430d (diff)
Spacing after keywords (for)
Diffstat (limited to 'Panel.c')
-rw-r--r--Panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Panel.c b/Panel.c
index ab3f6009..7507efda 100644
--- a/Panel.c
+++ b/Panel.c
@@ -259,7 +259,7 @@ void Panel_draw(Panel* this, bool focus) {
if (this->needsRedraw) {
int line = 0;
- for(int i = first; line < h && i < upTo; i++) {
+ for (int i = first; line < h && i < upTo; i++) {
Object* itemObj = Vector_get(this->items, i);
RichString_begin(item);
Object_display(itemObj, &item);

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