Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk/include@7357 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/core/SkRect.h b/core/SkRect.h
index d21ea44..d664273 100644
--- a/core/SkRect.h
+++ b/core/SkRect.h
@@ -393,7 +393,7 @@
               SkIntToScalar(irect.fBottom));
         return r;
     }
-    
+
     static SkRect SK_WARN_UNUSED_RESULT Make(const SkIRect& irect) {
         SkRect r;
         r.set(SkIntToScalar(irect.fLeft),
@@ -402,7 +402,7 @@
               SkIntToScalar(irect.fBottom));
         return r;
     }
-    
+
     /**
      *  Return true if the rectangle's width or height are <= 0
      */