1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Trim trailing whitespaces.

This commit is contained in:
Laurent MONIN 2006-01-04 18:08:48 +01:00 committed by Laurent MONIN
parent 88730120ba
commit 31c30864e0
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ struct dom_renderer {
static void
init_template(struct screen_char *template, struct document_options *options,
color_T background, color_T foreground, enum screen_char_attr attr)
color_T background, color_T foreground, enum screen_char_attr attr)
{
struct color_pair colors = INIT_COLOR_PAIR(background, foreground);

View File

@ -225,7 +225,7 @@ parse_sgml_attributes(struct dom_stack *stack, struct dom_scanner *scanner)
return SGML_PARSER_CODE_OK;
}
static enum sgml_parser_code
static enum sgml_parser_code
parse_sgml_plain(struct dom_stack *stack, struct dom_scanner *scanner)
{
struct dom_scanner_token target;