extend the cleanup rule space cleanup Daniel

* Makefile.am: extend the cleanup rule
* xmlschemas.c: space cleanup
Daniel

svn path=/trunk/; revision=3737
diff --git a/ChangeLog b/ChangeLog
index 5d818b6..576509a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
+
+	* Makefile.am: extend the cleanup rule
+	* xmlschemas.c: space cleanup
+
 Wed Apr  9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
 
 	* include/wsockcompat.h: support older win32 platforms when building
diff --git a/Makefile.am b/Makefile.am
index 5061f46..4381069 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1105,6 +1105,7 @@
 
 cleanup:
 	-@(find . -name .\#\* -exec rm {} \;)
+	-@(find . -name \*.orig -o -name \*.rej -o -name \*.old -exec rm {} \;)
 
 dist-hook: cleanup libxml2.spec
 	-cp libxml2.spec $(distdir)
diff --git a/xmlschemas.c b/xmlschemas.c
index d57ba9f..f2d49f1 100644
--- a/xmlschemas.c
+++ b/xmlschemas.c
@@ -28619,7 +28619,7 @@
 	ret = ctxt->parserCtxt->errNo;
 	if (ret == 0)
 	    ret = 1;
-    }    
+    }
 
 done:
     ctxt->parserCtxt = NULL;