summaryrefslogtreecommitdiff
path: root/content/handlers/html/forms.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-05 11:11:28 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-05 11:14:26 +0100
commit1d8542166cc2309733e13fc57df596ea9462ef7b (patch)
tree0c929fd347ab038e5efb1bf4ddc4e64c98d3f66e /content/handlers/html/forms.c
parent754e3f4f8c561a2a5c8eaf8901ec0544b7aaa859 (diff)
downloadnetsurf-1d8542166cc2309733e13fc57df596ea9462ef7b.tar.gz
netsurf-1d8542166cc2309733e13fc57df596ea9462ef7b.tar.bz2
Clean up html content dom element insertion processing
Diffstat (limited to 'content/handlers/html/forms.c')
-rw-r--r--content/handlers/html/forms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/handlers/html/forms.c b/content/handlers/html/forms.c
index b8b9cb565..08adf8d39 100644
--- a/content/handlers/html/forms.c
+++ b/content/handlers/html/forms.c
@@ -539,8 +539,8 @@ invent_fake_gadget(dom_node *node)
}
/* documented in html_internal.h */
-struct form_control *html_forms_get_control_for_node(struct form *forms,
- dom_node *node)
+struct form_control *
+html_forms_get_control_for_node(struct form *forms, dom_node *node)
{
struct form *f;
struct form_control *ctl = NULL;