aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/StrokeTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/StrokeTest.cpp')
-rw-r--r--tests/StrokeTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/StrokeTest.cpp b/tests/StrokeTest.cpp
index a6c481a136..ded1130be4 100644
--- a/tests/StrokeTest.cpp
+++ b/tests/StrokeTest.cpp
@@ -42,7 +42,7 @@ static void test_strokerect(skiatest::Reporter* reporter) {
paint.getFillPath(path, &fillPath);
REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
-
+
bool isMiter = SkPaint::kMiter_Join == joins[i];
SkRect nested[2];
REPORTER_ASSERT(reporter, fillPath.isNestedRects(nested) == isMiter);