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

src/core/SkPictureFlat.cpp
tests/ImageDecodingTest.cpp
tests/MallocPixelRefTest.cpp

index e75023e..e3a6f13 100644 (file)
@@ -89,4 +89,3 @@ SkNamedFactorySet* SkFlatController::setNamedFactorySet(SkNamedFactorySet* set)
     SkRefCnt_SafeAssign(fFactorySet, set);
     return set;
 }
-
index d39a51a..c74bb35 100644 (file)
@@ -311,7 +311,7 @@ DEF_TEST(WebP, reporter) {
     }
     SkAutoLockPixels alp(bm);
 
-    bool rightSize = ((kExpectedWidth == bm.width()) 
+    bool rightSize = ((kExpectedWidth == bm.width())
                       && (kExpectedHeight == bm.height()));
     REPORTER_ASSERT(reporter, rightSize);
     if (rightSize) {
@@ -578,4 +578,3 @@ DEF_TEST(ImageDecoderOptions, reporter) {
     }
 }
 ////////////////////////////////////////////////////////////////////////////////
-
index 8fcdc86..e169763 100644 (file)
@@ -113,4 +113,3 @@ DEF_TEST(MallocPixelRef, reporter) {
             static_cast<const void*>(dataPtr->bytes() + 4) == pr->pixels());
     }
 }
-