aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PDFPrimitivesTest.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-25 07:01:04 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-25 07:01:04 +0000
commit83f0d302e8eaa054d0b20303131f953181dd4f47 (patch)
treef228f7c1a11af205275b168b5ff9cde0f7952705 /tests/PDFPrimitivesTest.cpp
parent18c41acf35eefc75ef4631fbb680ec64861b30af (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8851 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/PDFPrimitivesTest.cpp')
-rw-r--r--tests/PDFPrimitivesTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PDFPrimitivesTest.cpp b/tests/PDFPrimitivesTest.cpp
index d8e8b8b12c..0e9cbde7b3 100644
--- a/tests/PDFPrimitivesTest.cpp
+++ b/tests/PDFPrimitivesTest.cpp
@@ -286,7 +286,7 @@ static void TestFlateDecode(skiatest::Reporter* reporter) {
if (!SkFlate::HaveFlate()) {
return;
}
- SkBitmap bitmap;
+ SkBitmap bitmap;
setup_bitmap(&bitmap, 10, 10);
TestImage(reporter, bitmap,
"/Subtype /Image\n"
@@ -428,7 +428,7 @@ static void TestPDFPrimitives(skiatest::Reporter* reporter) {
test_issue1083();
- TestImages(reporter);
+ TestImages(reporter);
}
#include "TestClassDef.h"