aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-15 02:01:41 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-15 02:01:41 +0000
commit055c7c299cb47eebd360b809ad58a0006e2e55f7 (patch)
tree1c94178b85a8154c3c9a22f5b15b0c1e8666bd76 /src
parent6c5418e6c25141cc3a1cc798d55219012bc881ec (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@5561 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r--src/core/SkEdge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkEdge.cpp b/src/core/SkEdge.cpp
index 4c264c2eb9..fff3dbcc6a 100644
--- a/src/core/SkEdge.cpp
+++ b/src/core/SkEdge.cpp
@@ -476,7 +476,7 @@ int SkCubicEdge::updateCubic()
newx = fCLastX;
newy = fCLastY;
}
-
+
// we want to say SkASSERT(oldy <= newy), but our finite fixedpoint
// doesn't always achieve that, so we have to explicitly pin it here.
if (newy < oldy) {