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:
parent
88730120ba
commit
31c30864e0
@ -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);
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user