summaryrefslogtreecommitdiffstats
path: root/ListItem.c
diff options
context:
space:
mode:
authorMichael McConville <mmcconville ~a~ mykolab ~d~ com>2015-09-19 12:21:22 -0400
committerMichael McConville <mmcconville ~a~ mykolab ~d~ com>2015-09-19 12:21:22 -0400
commitad1a0ad08d4b91852a465a0913618044c7a79873 (patch)
tree5ac54feb87f5940c641abf57c023cb25f39c76bd /ListItem.c
parent571cbc0aa1138891f2233db681531d132b31b88f (diff)
Replace some remaining tabs
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 07788e73..a675327d 100644
--- a/ListItem.c
+++ b/ListItem.c
@@ -44,9 +44,9 @@ static void ListItem_display(Object* cast, RichString* out) {
if (this->moving) {
RichString_write(out, CRT_colors[DEFAULT_COLOR],
#ifdef HAVE_LIBNCURSESW
- CRT_utf8 ? "↕ " :
+ CRT_utf8 ? "↕ " :
#endif
- "+ ");
+ "+ ");
} else {
RichString_prune(out);
}

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