Big space and tab cleanup

Remove all space before tabs and space and tabs at end of lines.
diff --git a/HTMLparser.c b/HTMLparser.c
index a2976f0..a533f37 100644
--- a/HTMLparser.c
+++ b/HTMLparser.c
@@ -5162,13 +5162,13 @@
  * @stop: Array of chars, which stop the lookup.
  * @stopLen: Length of stop-Array
  *
- * Try to find if any char of the stop-Array is available in the input 
+ * Try to find if any char of the stop-Array is available in the input
  * stream.
  * This function has a side effect of (possibly) incrementing ctxt->checkIndex
  * to avoid rescanning sequences of bytes, it DOES change the state of the
  * parser, do not use liberally.
  *
- * Returns the index to the current parsing point if a stopChar 
+ * Returns the index to the current parsing point if a stopChar
  *      is available, -1 otherwise.
  */
 static int