1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

Remove temporary indentation left in the previous commit.

This commit is contained in:
Kalle Olavi Niemitalo 2007-01-30 10:27:57 +02:00 committed by Kalle Olavi Niemitalo
parent ebf549ba77
commit 408d86f2b1

View File

@ -462,9 +462,6 @@ set_hline(struct html_context *html_context, unsigned char *chars, int charslen,
for (; chars < end; x++) {
/* ELinks does not use NBSP_CHAR in UTF-8. */
/* The following is temporarily indented
* just to make the diff easier to read. */
{
data = utf8_to_unicode(&chars, end);
if (data == UCS_NO_CHAR) {
part->spaces[x] = 0;
@ -505,7 +502,6 @@ good_char:
schar->data = (unicode_val_T)data;
}
}
}
copy_screen_chars(&POS(x, y), schar, 1);
}
} else { /* not UTF-8 */