Add newline at end of file.

This commit is contained in:
Michael Drake 2012-10-14 18:32:15 +01:00
parent 05e71dc142
commit 53b51c8083
1 changed files with 1 additions and 1 deletions

View File

@ -161,4 +161,4 @@ dom_node *libdom_find_element(dom_node *node, lwc_string *element_name)
libdom_treewalk(node, libdom_find_element_callback, &data);
return data.found;
}
}