Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@9919 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/pathops/SkOpSegment.cpp b/src/pathops/SkOpSegment.cpp
index 54e4490..8bd4cc2 100644
--- a/src/pathops/SkOpSegment.cpp
+++ b/src/pathops/SkOpSegment.cpp
@@ -2567,7 +2567,7 @@
 #endif
         return SK_MinS32;
     }
-    if (windVal < 0) {  // reverse sign if opp contour traveled in reverse 
+    if (windVal < 0) {  // reverse sign if opp contour traveled in reverse
             *dx = -*dx;
     }
     if (winding * *dx > 0) {  // if same signs, result is negative