Replace some remaining tabs

This commit is contained in:
Michael McConville
2015-09-19 12:21:22 -04:00
parent 571cbc0aa1
commit ad1a0ad08d
4 changed files with 7 additions and 7 deletions

View File

@ -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);
}