2
0

Format code.

This commit is contained in:
Maarten Billemont
2017-08-30 09:57:15 -04:00
parent 6f4f6b8d1e
commit d22f93e564
4 changed files with 13 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ xmlNodePtr mpw_xmlTestCaseNode(xmlNodePtr testCaseNode, const char *nodeName) {
return child;
// Missing content, try to find parent case.
if (strcmp(nodeName, "parent") == 0)
if (strcmp( nodeName, "parent" ) == 0)
// Was just searching for testCaseNode's parent, none found.
return NULL;
xmlChar *parentId = mpw_xmlTestCaseString( testCaseNode, "parent" );