From b0a0589f8ac0254ec1beba9db2fc32a2bedb31e5 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Thu, 3 Oct 2013 07:01:37 +0000 Subject: Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@11585 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsCubicLineIntersectionTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/PathOpsCubicLineIntersectionTest.cpp') 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}}}}, -- cgit v1.2.3