aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsSimplifyTest.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-26 07:02:21 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-26 07:02:21 +0000
commitec18ce7df6c8bed4d82a107edf6f28f554631f3e (patch)
tree7b3b1bbb678f8e5abf283186a30a939b186817b7 /tests/PathOpsSimplifyTest.cpp
parentce33d60187718e7bb01944ee130c9f5d9fb335ec (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@12389 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/PathOpsSimplifyTest.cpp')
-rw-r--r--tests/PathOpsSimplifyTest.cpp20
1 files changed, 10 insertions, 10 deletions
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;