aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsCubicLineIntersectionTest.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-03 07:01:37 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-03 07:01:37 +0000
commitb0a0589f8ac0254ec1beba9db2fc32a2bedb31e5 (patch)
treee5e39af95aa0b4b9dae12a4545bb6a017f19f8fb /tests/PathOpsCubicLineIntersectionTest.cpp
parent58909491d20938889c03415d9ac40d3e89caa0e2 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@11585 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/PathOpsCubicLineIntersectionTest.cpp')
-rw-r--r--tests/PathOpsCubicLineIntersectionTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PathOpsCubicLineIntersectionTest.cpp b/tests/PathOpsCubicLineIntersectionTest.cpp
index bfabfe8f7c..49219fbfe5 100644
--- a/tests/PathOpsCubicLineIntersectionTest.cpp
+++ b/tests/PathOpsCubicLineIntersectionTest.cpp
@@ -15,8 +15,8 @@ static struct lineCubic {
SkDCubic cubic;
SkDLine line;
} lineCubicTests[] = {
- {{{{0,1}, {1,6}, {4,1}, {4,3}}},
- {{{6,1}, {1,4}}}},
+ {{{{0,1}, {1,6}, {4,1}, {4,3}}},
+ {{{6,1}, {1,4}}}},
{{{{0,1}, {2,6}, {4,1}, {5,4}}},
{{{6,2}, {1,4}}}},