aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RoundRectTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/RoundRectTest.cpp')
-rw-r--r--tests/RoundRectTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/RoundRectTest.cpp b/tests/RoundRectTest.cpp
index 7a2c66e4cf..98e4e5d5b4 100644
--- a/tests/RoundRectTest.cpp
+++ b/tests/RoundRectTest.cpp
@@ -21,7 +21,7 @@ static void test_inset(skiatest::Reporter* reporter) {
rr.inset(20, 20, &rr2);
REPORTER_ASSERT(reporter, rr2.isRect());
-
+
rr.inset(r.width()/2, r.height()/2, &rr2);
REPORTER_ASSERT(reporter, rr2.isEmpty());