aboutsummaryrefslogtreecommitdiffstats
path: root/runxmlconf.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2012-09-11 13:26:36 +0800
committerDaniel Veillard <veillard@redhat.com>2012-09-11 13:26:36 +0800
commitf8e3db0445a1bc8cfe3f77326b07ec161482caa2 (patch)
treed58aad0a8629f897a8272b9a040a9416d46bb446 /runxmlconf.c
parent429d3a0aae2eda7ba9451f9c9f8523c61cc0368b (diff)
downloadandroid_external_libxml2-f8e3db0445a1bc8cfe3f77326b07ec161482caa2.tar.gz
android_external_libxml2-f8e3db0445a1bc8cfe3f77326b07ec161482caa2.tar.bz2
android_external_libxml2-f8e3db0445a1bc8cfe3f77326b07ec161482caa2.zip
Big space and tab cleanup
Remove all space before tabs and space and tabs at end of lines.
Diffstat (limited to 'runxmlconf.c')
-rw-r--r--runxmlconf.c2
1 files changed, 1 insertions, 1 deletions
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;