diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-21 02:02:25 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-21 02:02:25 +0000 |
commit | b0a327e9390da5865d4c56db5e5259adc3380d37 (patch) | |
tree | d0992f9729c714bbc536956cf21d8ca4752725f3 /experimental/Intersection | |
parent | 158c59524ce57a0e124cb02db2b72302f6200932 (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6521 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection')
-rw-r--r-- | experimental/Intersection/ShapeOps.cpp | 4 | ||||
-rw-r--r-- | experimental/Intersection/Simplify.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/experimental/Intersection/ShapeOps.cpp b/experimental/Intersection/ShapeOps.cpp index 20b21f9cf0..826a190706 100644 --- a/experimental/Intersection/ShapeOps.cpp +++ b/experimental/Intersection/ShapeOps.cpp @@ -4,7 +4,7 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ - + #include "Simplify.h" namespace Op { @@ -298,7 +298,7 @@ void operate(const SkPath& one, const SkPath& two, ShapeOp op, SkPath& result) { } while (addIntersectTs(current, next) && nextPtr != listEnd); } while (currentPtr != listEnd); // eat through coincident edges - + int total = 0; int index; for (index = 0; index < contourList.count(); ++index) { diff --git a/experimental/Intersection/Simplify.cpp b/experimental/Intersection/Simplify.cpp index 44c95756f9..3f4adf5490 100644 --- a/experimental/Intersection/Simplify.cpp +++ b/experimental/Intersection/Simplify.cpp @@ -3392,7 +3392,7 @@ public: SkDebugf(" windValue=%d\n", fTs[i].fWindValue); } } - + // This isn't useful yet -- but leaving it in for now in case i think of something // to use it for void validateActiveSpans() const { |