Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@8714 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/bitmaprecttest.cpp b/gm/bitmaprecttest.cpp
index b36d214..54e0a28 100644
--- a/gm/bitmaprecttest.cpp
+++ b/gm/bitmaprecttest.cpp
@@ -32,7 +32,7 @@
     make_bm(&bm);
 
     canvas->drawBitmap(bm, 150, 45, NULL);
-    
+
     SkScalar scale = 0.472560018f;
     canvas->scale(scale, scale);
     canvas->drawBitmapRectToRect(bm, NULL, SkRect::MakeXYWH(100, 100, 128, 128), NULL);
@@ -64,4 +64,3 @@
 //////////////////////////////////////////////////////////////////////////////
 
 DEF_GM( return new BitmapRectTestGM; )
-