From f91e3d4f54de9976b6538decadd977b19e49eadd Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Fri, 20 Sep 2013 07:01:33 +0000 Subject: Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@11411 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/FontMgrTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/FontMgrTest.cpp') diff --git a/tests/FontMgrTest.cpp b/tests/FontMgrTest.cpp index cffc22fa7d..9b683f72c3 100644 --- a/tests/FontMgrTest.cpp +++ b/tests/FontMgrTest.cpp @@ -20,7 +20,7 @@ static void test_alias_names(skiatest::Reporter* reporter) { const char* inNames[] = { "sans", "sans-serif", "serif", "monospace", "times", "helvetica" }; - + for (size_t i = 0; i < SK_ARRAY_COUNT(inNames); ++i) { SkAutoTUnref first(SkTypeface::CreateFromName(inNames[i], SkTypeface::kNormal)); -- cgit v1.2.3