aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/InfRectTest.cpp
diff options
context:
space:
mode:
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);
}