From ec18ce7df6c8bed4d82a107edf6f28f554631f3e Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Tue, 26 Nov 2013 07:02:21 +0000 Subject: Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@12389 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsSimplifyTest.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/PathOpsSimplifyTest.cpp') diff --git a/tests/PathOpsSimplifyTest.cpp b/tests/PathOpsSimplifyTest.cpp index 66fe08713d..77bc28c446 100644 --- a/tests/PathOpsSimplifyTest.cpp +++ b/tests/PathOpsSimplifyTest.cpp @@ -3948,16 +3948,16 @@ static void testQuad10(skiatest::Reporter* reporter) { static void testQuad11(skiatest::Reporter* reporter) { SkPath path; - path.moveTo(2, 0); - path.quadTo(0, 1, 1, 2); - path.lineTo(1, 2); - path.close(); - path.moveTo(0, 0); - path.lineTo(1, 1); - path.quadTo(1, 3, 3, 3); - path.close(); - testSimplify(reporter, path); -} + path.moveTo(2, 0); + path.quadTo(0, 1, 1, 2); + path.lineTo(1, 2); + path.close(); + path.moveTo(0, 0); + path.lineTo(1, 1); + path.quadTo(1, 3, 3, 3); + path.close(); + testSimplify(reporter, path); +} static void (*firstTest)(skiatest::Reporter* ) = 0; -- cgit v1.2.3