mirror of
https://github.com/zoriya/xmlParser.git
synced 2026-06-01 09:35:15 +00:00
Coding style
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ node *xml_parsenode(char **nodestr)
|
|||||||
if (n->name)
|
if (n->name)
|
||||||
return (xml_parseproperties(n, nodestr, has_params, has_childs));
|
return (xml_parseproperties(n, nodestr, has_params, has_childs));
|
||||||
}
|
}
|
||||||
else if ((*nodestr)[1] != '/' && xml_getstringdata(n, nodestr) == 0) {
|
else if ((*nodestr)[1] != '/' && xml_getstringdata(n, nodestr) == 0) {
|
||||||
n->next = xml_parsenode(nodestr);
|
n->next = xml_parsenode(nodestr);
|
||||||
return (n);
|
return (n);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user