Sanitizing source files in Housekeeper-Nightly
authorskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 1 May 2014 03:04:54 +0000 (03:04 +0000)
committerskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 1 May 2014 03:04:54 +0000 (03:04 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@14492 2bbb7eff-a529-9590-31e7-b0007b416f81

src/pathops/SkDCubicLineIntersection.cpp

index be38ddb..da4b983 100644 (file)
@@ -307,7 +307,7 @@ public:
         if (!lPt.moreRoughlyEqual(cPt)) {
             return false;
         }
-        // FIXME: if points are roughly equal but not approximately equal, need to do 
+        // FIXME: if points are roughly equal but not approximately equal, need to do
         // a binary search like quad/quad intersection to find more precise t values
         if (lT == 0 || lT == 1 || (ptSet == kPointUninitialized && cT != 0 && cT != 1)) {
             *pt = lPt;