From 2e71f1619d9a2c51c1292e618f42a56ad2da1de8 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Tue, 12 Mar 2013 07:12:32 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@8090 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/FontHostTest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/FontHostTest.cpp') diff --git a/tests/FontHostTest.cpp b/tests/FontHostTest.cpp index 87c66803f0..e9961551e1 100644 --- a/tests/FontHostTest.cpp +++ b/tests/FontHostTest.cpp @@ -47,10 +47,10 @@ static void test_fontstream(skiatest::Reporter* reporter, SkStream* stream, int ttcIndex) { int n = SkFontStream::GetTableTags(stream, ttcIndex, NULL); SkAutoTArray array(n); - + int n2 = SkFontStream::GetTableTags(stream, ttcIndex, array.get()); REPORTER_ASSERT(reporter, n == n2); - + for (int i = 0; i < n; ++i) { #ifdef DUMP_TTC_TABLES SkString str; @@ -66,7 +66,7 @@ static void test_fontstream(skiatest::Reporter* reporter, if (gKnownTableSizes[j].fTag == array[i]) { REPORTER_ASSERT(reporter, gKnownTableSizes[j].fSize == size); } - } + } } } -- cgit v1.2.3