Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@7746 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersections.cpp b/experimental/Intersection/Intersections.cpp
index 01026df..26fcc3f 100644
--- a/experimental/Intersection/Intersections.cpp
+++ b/experimental/Intersection/Intersections.cpp
@@ -48,7 +48,7 @@
         SkASSERT(iEnd2 < fUsed);
         double cs2 = fT[fSwap ^ 1][i2];
         double ce2 = fT[fSwap ^ 1][iEnd2];
-        bool s2in = between(cs2, s2, ce2) || startPt.approximatelyEqual(fPt[i2]) 
+        bool s2in = between(cs2, s2, ce2) || startPt.approximatelyEqual(fPt[i2])
                 || startPt.approximatelyEqual(fPt[iEnd2]);
         bool e2in = between(cs2, e2, ce2) || endPt.approximatelyEqual(fPt[i2])
                 || endPt.approximatelyEqual(fPt[iEnd2]);