Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk/include@9440 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/core/SkDraw.h b/core/SkDraw.h
index 293d4e3..8642f0a 100644
--- a/core/SkDraw.h
+++ b/core/SkDraw.h
@@ -106,7 +106,7 @@
     void    drawPosText_asPaths(const char text[], size_t byteLength,
                                 const SkScalar pos[], SkScalar constY,
                                 int scalarsPerPosition, const SkPaint&) const;
-    
+
     /**
      *  Return the current clip bounds, in local coordinates, with slop to account
      *  for antialiasing or hairlines (i.e. device-bounds outset by 1, and then
diff --git a/core/SkPaint.h b/core/SkPaint.h
index 624f39c..13be355 100644
--- a/core/SkPaint.h
+++ b/core/SkPaint.h
@@ -946,11 +946,11 @@
         }
         return matrix;
     }
-    
+
     SkMatrix* setTextMatrix(SkMatrix* matrix) const {
         return SetTextMatrix(matrix, fTextSize, fTextScaleX, fTextSkewX);
     }
-    
+
     SkDEVCODE(void toString(SkString*) const;)
 
 private:
@@ -1033,7 +1033,7 @@
 
     bool tooBigToUseCache() const;
     bool tooBigToUseCache(const SkMatrix& ctm) const;
-    
+
     // Set flags/hinting/textSize up to use for drawing text as paths.
     // Returns scale factor to restore the original textSize, since will will
     // have change it to kCanonicalTextSizeForPaths.