aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/StrokeTest.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-21 02:02:25 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-11-21 02:02:25 +0000
commitb0a327e9390da5865d4c56db5e5259adc3380d37 (patch)
treed0992f9729c714bbc536956cf21d8ca4752725f3 /tests/StrokeTest.cpp
parent158c59524ce57a0e124cb02db2b72302f6200932 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6521 2bbb7eff-a529-9590-31e7-b0007b416f81
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);