diff --git a/src/document/dom/renderer.c b/src/document/dom/renderer.c index 131f30eb..451e21fb 100644 --- a/src/document/dom/renderer.c +++ b/src/document/dom/renderer.c @@ -1024,7 +1024,7 @@ render_dom_document(struct cache_entry *cached, struct document *document, } else if (renderer.doctype == SGML_DOCTYPE_RSS) { add_dom_stack_context(&parser->stack, &renderer, &dom_rss_renderer_context_info); - add_dom_config_normalizer(&parser->stack, RSS_CONFIG_FLAGS); + add_dom_config_normalizer(&parser->stack, RSS_CONFIG_FLAGS); } /* FIXME: When rendering this way we don't really care about the code. diff --git a/src/dom/configuration.h b/src/dom/configuration.h index f323c386..ad0bdb31 100644 --- a/src/dom/configuration.h +++ b/src/dom/configuration.h @@ -7,7 +7,7 @@ struct dom_stack; /* API Doc :: dom-config */ /** DOM Configuration - * + * * The DOMConfiguration interface represents the configuration of a document. * Using the configuration, it is possible to change the behaviour of how * document normalization is done, such as replacing the CDATASection nodes @@ -33,7 +33,7 @@ enum dom_config_flag { DOM_CONFIG_COMMENTS = 2, /** "element-content-whitespace" - * + * * The default is true and will keep all whitespaces in the document. * When false, discard all Text nodes that contain only whitespaces. */ DOM_CONFIG_ELEMENT_CONTENT_WHITESPACE = 4, diff --git a/src/protocol/fsp/fsp.c b/src/protocol/fsp/fsp.c index d343d8e1..4696657c 100644 --- a/src/protocol/fsp/fsp.c +++ b/src/protocol/fsp/fsp.c @@ -296,7 +296,7 @@ end: abort_connection(conn, S_OUT_OF_MEM); return; } - read_from_socket(conn->data_socket, buf, S_CONN, fsp_got_data); + read_from_socket(conn->data_socket, buf, S_CONN, fsp_got_data); } #undef READ_SIZE