Sanitizing source files in Housekeeper-Nightly
authorskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 26 Nov 2013 07:02:21 +0000 (07:02 +0000)
committerskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 26 Nov 2013 07:02:21 +0000 (07:02 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@12389 2bbb7eff-a529-9590-31e7-b0007b416f81

tests/PathOpsSimplifyTest.cpp

index 66fe087..77bc28c 100644 (file)
@@ -3948,16 +3948,16 @@ static void testQuad10(skiatest::Reporter* reporter) {
 
 static void testQuad11(skiatest::Reporter* reporter) {
     SkPath path;
-    path.moveTo(2, 0);\r
-    path.quadTo(0, 1, 1, 2);\r
-    path.lineTo(1, 2);\r
-    path.close();\r
-    path.moveTo(0, 0);\r
-    path.lineTo(1, 1);\r
-    path.quadTo(1, 3, 3, 3);\r
-    path.close();\r
-    testSimplify(reporter, path);
-}\r
+    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;