summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/xmlfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/xmlfile.c')
-rw-r--r--src/lib/util/xmlfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/xmlfile.c b/src/lib/util/xmlfile.c
index 10d76fcca1e..66091fa3acf 100644
--- a/src/lib/util/xmlfile.c
+++ b/src/lib/util/xmlfile.c
@@ -619,7 +619,7 @@ static void expat_element_start(void *data, const XML_Char *name, const XML_Char
newnode = add_child(*curnode, name, NULL);
if (newnode == NULL)
return;
-
+
/* remember the line number */
newnode->line = XML_GetCurrentLineNumber(parse_info->parser);