Big space and tab cleanup

Remove all space before tabs and space and tabs at end of lines.
diff --git a/runxmlconf.c b/runxmlconf.c
index 389c5d7..cef20f4 100644
--- a/runxmlconf.c
+++ b/runxmlconf.c
@@ -383,7 +383,7 @@
     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;