1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-03 03:56:32 -04:00

Drop trailing spaces.

This commit is contained in:
Laurent MONIN 2005-12-08 16:27:51 +01:00 committed by Laurent MONIN
parent 3719e75068
commit 8fe86a1a63

View File

@ -343,7 +343,7 @@ do_html_select(unsigned char *attr, unsigned char *html,
int group = 0;
int i, max_width;
int closing_tag;
html_focusable(html_context, attr);
init_menu(&lnk_menu);
@ -405,7 +405,7 @@ abort:
} else {
closing_tag = 0;
}
if (closing_tag && !strlcasecmp(name, namelen, "SELECT", 6)) {
add_select_item(&lnk_menu, &lbl, &orig_lbl, values, order, nnmi);
goto end_parse;
@ -425,7 +425,7 @@ abort:
&& has_attr(t_attr, "selected", html_context->options))
preselect = order;
value = get_attr_val(t_attr, "value", html_context->options);
if (!mem_align_alloc(&values, order, order + 1, unsigned char *, 0xFF))
goto abort;
@ -438,7 +438,7 @@ abort:
nnmi = !!label;
}
}
goto see;
}