Sanitizing source files in Housekeeper-Nightly
authorskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sun, 26 Jan 2014 07:01:45 +0000 (07:01 +0000)
committerskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sun, 26 Jan 2014 07:01:45 +0000 (07:01 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@13185 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/SkBitmap.cpp

index ec730dc..7074386 100644 (file)
@@ -555,7 +555,7 @@ bool SkBitmap::allocConfigPixels(Config config, int width, int height,
     if (!config_to_colorType(config, &ct)) {
         return false;
     }
-    
+
     SkAlphaType at = isOpaque ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
     if (!validate_alphaType(config, at, &at)) {
         return false;