diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-04-17 07:00:56 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-04-17 07:00:56 +0000 |
commit | 45fb8b60137c65106b7903285672d0f8a8041f97 (patch) | |
tree | 5313115e19473f93c984982d7b0f6983fba4ad71 /tests | |
parent | 5c082a14acbb70eec2fd6dc5a4c134799f3d8535 (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8714 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/SurfaceTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SurfaceTest.cpp b/tests/SurfaceTest.cpp index 27029a1f2d..10f04ad8c9 100644 --- a/tests/SurfaceTest.cpp +++ b/tests/SurfaceTest.cpp @@ -174,7 +174,7 @@ static void TestSurfaceNoCanvas(skiatest::Reporter* reporter, surface->validate(); REPORTER_ASSERT(reporter, image1 != image2); } - + } static void TestSurface(skiatest::Reporter* reporter, GrContextFactory* factory) { |