Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@13665 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/rrects.cpp b/gm/rrects.cpp
index 289aa13..d92fb5a 100644
--- a/gm/rrects.cpp
+++ b/gm/rrects.cpp
@@ -85,7 +85,7 @@
         if (kAA_Draw_Type == fType) {
             paint.setAntiAlias(true);
         }
-        
+
         static const SkRect kMaxTileBound = SkRect::MakeWH(SkIntToScalar(kTileX), SkIntToScalar(kTileY));
 
         int curRRect = 0;
@@ -108,7 +108,7 @@
                             return;
                         }
                         GrDrawState* drawState = tt.target()->drawState();
-                        
+
                         SkRRect rrect = fRRects[rrectIdx];
                         rrect.offset(SkIntToScalar(x), SkIntToScalar(y));
                         GrRRectEffect::EdgeType edgeType = (GrRRectEffect::EdgeType)
@@ -122,7 +122,7 @@
 
                             SkRect bounds = rrect.getBounds();
                             bounds.outset(2.f, 2.f);
-                            
+
                             tt.target()->drawSimpleRect(bounds);
                         }
 #endif
@@ -162,7 +162,7 @@
 
 private:
     Type fType;
-    
+
     static const int kImageWidth = 640;
     static const int kImageHeight = 480;