Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@6911 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
index f4f1619..690ad0d 100644
--- a/gm/gmmain.cpp
+++ b/gm/gmmain.cpp
@@ -677,7 +677,7 @@
         SkPicture* pict;
         int width = SkScalarCeilToInt(SkScalarMul(SkIntToScalar(gm->getISize().width()), scale));
         int height = SkScalarCeilToInt(SkScalarMul(SkIntToScalar(gm->getISize().height()), scale));
-        
+
         if (kTileGrid_BbhType == bbhType) {
             pict = new SkTileGridPicture(16, 16, width, height);
         } else {