aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/InfRectTest.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-09 02:01:24 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-09 02:01:24 +0000
commitd9f7503e0cb0c4db856f53b4bdeec1332db6f296 (patch)
treebfc9f8249b88fcddd14b897d0505f62a0d651231 /tests/InfRectTest.cpp
parent6849279f34245fb94804c488d7a74829a3d2e1ac (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6362 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/InfRectTest.cpp')
-rw-r--r--tests/InfRectTest.cpp4
1 files changed, 2 insertions, 2 deletions
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);
}