commit | 03682beb8c1c5dfe714933e9419e1412b33c932d | [log] [tgz] |
---|---|---|
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Mar 14 07:02:51 2013 +0000 |
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Mar 14 07:02:51 2013 +0000 |
tree | ad4b16d72f06ef380be4b7b2ab79bca4850d199c | |
parent | 152336f4ea610760c9a471d9ebc7fa55e01bb1c9 [diff] [blame] |
Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@8143 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/CubicSubDivide.cpp b/experimental/Intersection/CubicSubDivide.cpp index 883973c..ddf63cd 100644 --- a/experimental/Intersection/CubicSubDivide.cpp +++ b/experimental/Intersection/CubicSubDivide.cpp
@@ -70,7 +70,7 @@ dst[1] = src[1]; dst[2] = src[2]; dst[3] = src[3]; - return; + return; } double ax = dst[0].x = interp_cubic_coords(&src[0].x, t1); double ay = dst[0].y = interp_cubic_coords(&src[0].y, t1);