From d33115d59b35a765bdcef277f644cc35bc237d8c Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Fri, 11 Oct 2013 07:01:39 +0000 Subject: [PATCH] Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@11723 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/BitmapCopyTest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/BitmapCopyTest.cpp b/tests/BitmapCopyTest.cpp index 009e8b1..81fde73 100644 --- a/tests/BitmapCopyTest.cpp +++ b/tests/BitmapCopyTest.cpp @@ -244,7 +244,7 @@ static void TestBitmapCopy(skiatest::Reporter* reporter) { for (size_t i = 0; i < SK_ARRAY_COUNT(gPairs); i++) { for (size_t j = 0; j < SK_ARRAY_COUNT(gPairs); j++) { SkBitmap srcOpaque, srcPremul, dst; - + { SkColorTable* ctOpaque = NULL; SkColorTable* ctPremul = NULL; @@ -259,7 +259,7 @@ static void TestBitmapCopy(skiatest::Reporter* reporter) { srcPremul.allocPixels(ctPremul); SkSafeUnref(ctOpaque); SkSafeUnref(ctPremul); - + srcOpaque.setIsOpaque(true); srcPremul.setIsOpaque(false); } @@ -333,7 +333,7 @@ static void TestBitmapCopy(skiatest::Reporter* reporter) { REPORTER_ASSERT(reporter, (copy.getColorTable() != NULL) == hasCT); } - + bitmap = srcPremul; bitmap.setIsVolatile(false); if (bitmap.extractSubset(&subset, r)) { -- 2.7.4