summaryrefslogtreecommitdiffstats
path: root/ListItem.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:15:09 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commit458749df45a24abec1f9a820e4172a08ccfba3b1 (patch)
treede48ef3f0c15e6f748e99868f1f8c4d340a0296c /ListItem.c
parente7f8d7bcc954e965143331ec3f2353c03959acc6 (diff)
Code indentation
Diffstat (limited to 'ListItem.c')
-rw-r--r--ListItem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ListItem.c b/ListItem.c
index 4f138e5e..e5464d27 100644
--- a/ListItem.c
+++ b/ListItem.c
@@ -31,9 +31,9 @@ static void ListItem_display(const Object* cast, RichString* out) {
if (this->moving) {
RichString_writeWide(out, CRT_colors[DEFAULT_COLOR],
#ifdef HAVE_LIBNCURSESW
- CRT_utf8 ? "↕ " :
+ CRT_utf8 ? "↕ " :
#endif
- "+ ");
+ "+ ");
}
RichString_appendWide(out, CRT_colors[DEFAULT_COLOR], this->value);
}

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