From ad1a0ad08d4b91852a465a0913618044c7a79873 Mon Sep 17 00:00:00 2001 From: Michael McConville Date: Sat, 19 Sep 2015 12:21:22 -0400 Subject: Replace some remaining tabs --- ListItem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ListItem.c') 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); } -- cgit v1.2.3