Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@7268 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Simplify.cpp b/experimental/Intersection/Simplify.cpp
index 5fd0fd5..19390fb 100644
--- a/experimental/Intersection/Simplify.cpp
+++ b/experimental/Intersection/Simplify.cpp
@@ -1678,7 +1678,7 @@
             other.addCancelOutsides(tStart, oStart, *this, endT);
         }
     }
-    
+
     int addUnsortableT(double newT, Segment* other, bool start) {
         int result = addT(newT, other);
         Span* span = &fTs[result];