Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@6872 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Simplify.cpp b/experimental/Intersection/Simplify.cpp
index 09ce420..6c6f5cb 100644
--- a/experimental/Intersection/Simplify.cpp
+++ b/experimental/Intersection/Simplify.cpp
@@ -1027,7 +1027,7 @@
         fDefer[0] = fDefer[1] = pt2;
         fEmpty = false;
     }
-    
+
     bool someAssemblyRequired() const {
         return fCloses < fMoves;
     }
@@ -2456,7 +2456,7 @@
             const Angle* nextAngle = sorted[nextIndex];
             nextSegment = nextAngle->segment();
             int maxWinding;
-            bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(), 
+            bool activeAngle = nextSegment->activeWinding(nextAngle->start(), nextAngle->end(),
                     maxWinding, sumWinding);
             if (activeAngle && (!foundAngle || foundDone) && outside != (sumWinding & 1)) {
                 foundAngle = nextAngle;
@@ -3569,7 +3569,7 @@
         return fVerb;
     }
 
-    int windingAtT(double tHit, int tIndex, bool crossOpp) const { 
+    int windingAtT(double tHit, int tIndex, bool crossOpp) const {
         if (approximately_zero(tHit - t(tIndex))) { // if we hit the end of a span, disregard
             return SK_MinS32;
         }