aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/PathTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index add66a240d..627ed181b0 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -1474,7 +1474,7 @@ static void check_for_circle(skiatest::Reporter* reporter,
SkRect rect;
REPORTER_ASSERT(reporter, path.isOval(&rect) == expectedCircle);
REPORTER_ASSERT(reporter, path.cheapIsDirection(expectedDir));
-
+
if (expectedCircle) {
REPORTER_ASSERT(reporter, rect.height() == rect.width());
}