aboutsummaryrefslogtreecommitdiffstats
path: root/tests/FontHostTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FontHostTest.cpp')
-rw-r--r--tests/FontHostTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FontHostTest.cpp b/tests/FontHostTest.cpp
index ab0d58e0b6..879fdd0720 100644
--- a/tests/FontHostTest.cpp
+++ b/tests/FontHostTest.cpp
@@ -73,7 +73,7 @@ static void test_tables(skiatest::Reporter* reporter, SkTypeface* face) {
REPORTER_ASSERT(reporter, gKnownTableSizes[j].fSize == size);
}
}
-
+
// do we get the same size from GetTableData and GetTableSize
{
SkAutoMalloc data(size);