Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@7803 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/blurrect.cpp b/gm/blurrect.cpp
index a6fc56d..056d89c 100644
--- a/gm/blurrect.cpp
+++ b/gm/blurrect.cpp
@@ -148,17 +148,17 @@
         , fStyle(style)
         {}
 
-    int width() const { 
-        return fRectWidth; 
+    int width() const {
+        return fRectWidth;
     }
-    int height() const { 
-        return fRectHeight; 
+    int height() const {
+        return fRectHeight;
     }
-    SkScalar radius() const { 
-        return fRadius; 
+    SkScalar radius() const {
+        return fRadius;
     }
-    SkBlurMask::Style style() const { 
-        return fStyle; 
+    SkBlurMask::Style style() const {
+        return fStyle;
     }
 
 protected:
@@ -211,9 +211,9 @@
     BlurRectFastGM(const char name[], unsigned int rect_width,
                    unsigned int rect_height, float blur_radius,
                    SkBlurMask::Style style) :
-        INHERITED(name, rect_width, rect_height, blur_radius, style) 
+        INHERITED(name, rect_width, rect_height, blur_radius, style)
         {
-            
+
         }
 protected:
     virtual bool makeMask(SkMask *m, const SkRect& r) SK_OVERRIDE {
@@ -225,11 +225,11 @@
 
 class BlurRectSlowGM: public BlurRectCompareGM {
 public:
-    BlurRectSlowGM(const char name[], unsigned int rect_width, unsigned int rect_height, 
+    BlurRectSlowGM(const char name[], unsigned int rect_width, unsigned int rect_height,
                    float blur_radius, SkBlurMask::Style style) :
-        INHERITED(name, rect_width, rect_height, blur_radius, style) 
+        INHERITED(name, rect_width, rect_height, blur_radius, style)
         {
-            
+
         }
 protected:
     virtual bool makeMask(SkMask *m, const SkRect& r) SK_OVERRIDE {
@@ -255,11 +255,11 @@
 
 class BlurRectSlowLowGM: public BlurRectSlowGM {
 public:
-    BlurRectSlowLowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight, 
+    BlurRectSlowLowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
                       float blurRadius, SkBlurMask::Style style) :
-        INHERITED(name, rectWidth, rectHeight, blurRadius, style) 
+        INHERITED(name, rectWidth, rectHeight, blurRadius, style)
         {
-            
+
         }
 protected:
     virtual SkBlurMask::Quality getQuality() SK_OVERRIDE {
@@ -271,11 +271,11 @@
 
 class BlurRectGroundTruthGM: public BlurRectCompareGM {
 public:
-    BlurRectGroundTruthGM(const char name[], unsigned int rectWidth, unsigned int rectHeight, 
+    BlurRectGroundTruthGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
                           float blurRadius, SkBlurMask::Style style) :
         INHERITED(name, rectWidth, rectHeight, blurRadius, style)
         {
-            
+
         }
 protected:
     virtual bool makeMask(SkMask *m, const SkRect& r) SK_OVERRIDE {