Sanitizing source files in Skia_Periodic_House_Keeping
authorskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 24 Jan 2013 07:06:13 +0000 (07:06 +0000)
committerskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 24 Jan 2013 07:06:13 +0000 (07:06 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@7357 2bbb7eff-a529-9590-31e7-b0007b416f81

include/core/SkRect.h

index d21ea44f93490338cf8c612f1a1c678fc6fce5ea..d66427397cd9d78927650a973e0a7815fdfe2092 100644 (file)
@@ -393,7 +393,7 @@ struct SK_API SkRect {
               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 @@ struct SK_API SkRect {
               SkIntToScalar(irect.fBottom));
         return r;
     }
-    
+
     /**
      *  Return true if the rectangle's width or height are <= 0
      */