From f8e3db0445a1bc8cfe3f77326b07ec161482caa2 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 11 Sep 2012 13:26:36 +0800 Subject: Big space and tab cleanup Remove all space before tabs and space and tabs at end of lines. --- runxmlconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runxmlconf.c') diff --git a/runxmlconf.c b/runxmlconf.c index 389c5d70..cef20f48 100644 --- a/runxmlconf.c +++ b/runxmlconf.c @@ -383,7 +383,7 @@ xmlconfTestItem(xmlDocPtr doc, xmlNodePtr cur) { if (xmlStrEqual(type, BAD_CAST "not-wf")) { if (nstest == 0) xmlconfTestNotWF((char *) id, (char *) filename, options); - else + else xmlconfTestNotNSWF((char *) id, (char *) filename, options); } else if (xmlStrEqual(type, BAD_CAST "valid")) { options |= XML_PARSE_DTDVALID; -- cgit v1.2.3