Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@9117 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/RectoriBench.cpp b/bench/RectoriBench.cpp
index 26d3aea..80996c9 100644
--- a/bench/RectoriBench.cpp
+++ b/bench/RectoriBench.cpp
@@ -80,7 +80,7 @@
 
         info.fFlagsMask = 0;
         // TODO: add a color filter to better match what is seen in the wild
-        info.fPaintBits = /* SkLayerDrawLooper::kColorFilter_Bit |*/ 
+        info.fPaintBits = /* SkLayerDrawLooper::kColorFilter_Bit |*/
                           SkLayerDrawLooper::kMaskFilter_Bit;
         info.fColorMode = SkXfermode::kDst_Mode;
         info.fOffset.set(xOff, 0);
diff --git a/src/fonts/SkFontMgr_fontconfig.cpp b/src/fonts/SkFontMgr_fontconfig.cpp
index e93e9f8..a785752 100644
--- a/src/fonts/SkFontMgr_fontconfig.cpp
+++ b/src/fonts/SkFontMgr_fontconfig.cpp
@@ -273,4 +273,3 @@
     SkFontConfigInterface* fci = RefFCI();
     return fci ? SkNEW_ARGS(SkFontMgr_fontconfig, (fci)) : NULL;
 }
-
diff --git a/src/gpu/GrOvalRenderer.cpp b/src/gpu/GrOvalRenderer.cpp
index e85b416..d324639 100644
--- a/src/gpu/GrOvalRenderer.cpp
+++ b/src/gpu/GrOvalRenderer.cpp
@@ -287,7 +287,7 @@
 
 /**
  * The output of this effect is a modulation of the input color and coverage for an axis-aligned
- * ellipse, specified as an offset vector from center and reciprocals of outer and inner radii in 
+ * ellipse, specified as an offset vector from center and reciprocals of outer and inner radii in
  * both x and y directions.
  *
  * This uses a slightly different algorithm than the EllipseEdgeEffect, above. Rather than
@@ -958,7 +958,7 @@
         SkScalar recipOuterY = SK_Scalar1/yOuterRadius;
         SkScalar recipInnerX = SK_Scalar1/xInnerRadius;
         SkScalar recipInnerY = SK_Scalar1/yInnerRadius;
-        
+
         for (int i = 0; i < 4; ++i) {
             verts->fPos = SkPoint::Make(bounds.fLeft, yCoords[i]);
             verts->fOffset = SkPoint::Make(-xOuterRadius, yOuterOffsets[i]);
diff --git a/src/ports/SkFontHost_fontconfig.cpp b/src/ports/SkFontHost_fontconfig.cpp
index 208efa2..dcf4a9d 100644
--- a/src/ports/SkFontHost_fontconfig.cpp
+++ b/src/ports/SkFontHost_fontconfig.cpp
@@ -232,4 +232,3 @@
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-