aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-04 12:07:46 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-04 12:07:46 +0000
commitd9f65e3df45c9b4994c70f6bf13d29985afd2f65 (patch)
treed034ddf3c30a55ef7d0f54a0c4da8ad8ad5a5bfd /experimental
parentb16033a25b91f9e45d07bd4b955c8dbcfd23e8d5 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7010 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental')
-rw-r--r--experimental/Intersection/Simplify.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/Intersection/Simplify.cpp b/experimental/Intersection/Simplify.cpp
index cbf33d0439..c798a3a5ca 100644
--- a/experimental/Intersection/Simplify.cpp
+++ b/experimental/Intersection/Simplify.cpp
@@ -3178,14 +3178,14 @@ the same winding is shared by both.
#if DEBUG_UNSORTABLE
SkDebugf("%s start id=%d [%d] (%1.9g,%1.9g)\n", __FUNCTION__, fID, start,
xAtT(start), yAtT(start));
-#endif
+#endif
span->fUnsortableStart = true;
} else {
--span;
#if DEBUG_UNSORTABLE
SkDebugf("%s end id=%d [%d] (%1.9g,%1.9g) next:(%1.9g,%1.9g)\n", __FUNCTION__, fID,
start - 1, xAtT(start - 1), yAtT(start - 1), xAtT(start), yAtT(start));
-#endif
+#endif
span->fUnsortableEnd = true;
}
if (!span->fUnsortableStart || !span->fUnsortableEnd || span->fDone) {
@@ -4341,7 +4341,7 @@ public:
#endif
}
}
-
+
void calcCoincidentWinding() {
int count = fCoincidences.count();
for (int index = 0; index < count; ++index) {