From d9f7503e0cb0c4db856f53b4bdeec1332db6f296 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Fri, 9 Nov 2012 02:01:24 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@6362 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/InfRectTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/InfRectTest.cpp') diff --git a/tests/InfRectTest.cpp b/tests/InfRectTest.cpp index f1b2677236..ae4ea60cd4 100644 --- a/tests/InfRectTest.cpp +++ b/tests/InfRectTest.cpp @@ -36,7 +36,7 @@ static void test_center(skiatest::Reporter* reporter) { SkRandom rand; for (int i = 0; i < 10000; ++i) { SkIRect r; - + r.set(rand.nextS() >> 2, rand.nextS() >> 2, rand.nextS() >> 2, rand.nextS() >> 2); int cx = r.centerX(); @@ -79,7 +79,7 @@ static void TestInfRect(skiatest::Reporter* reporter) { check_invalid(reporter, small, invalid[i], big, big); check_invalid(reporter, invalid[i], small, big, big); } - + test_center(reporter); } -- cgit v1.2.3