Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk/include@11800 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/effects/SkRectShaderImageFilter.h b/effects/SkRectShaderImageFilter.h
index 9a2913c..650a583 100644
--- a/effects/SkRectShaderImageFilter.h
+++ b/effects/SkRectShaderImageFilter.h
@@ -17,7 +17,7 @@
 public:
     /** Create a new image filter which fills the given rectangle with pixels
      *  produced by the given SkShader. If no rectangle is specified, an output
-     *  is produced with the same bounds as the input primitive (even though 
+     *  is produced with the same bounds as the input primitive (even though
      *  the input primitive's pixels are not used for processing).
      *  @param s     Shader to call for processing. Cannot be NULL. Will be
      *               ref'ed by the new image filter.