Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@14196 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/pathops/SkOpAngle.cpp b/src/pathops/SkOpAngle.cpp
index 364ab1b..62cf4b0 100644
--- a/src/pathops/SkOpAngle.cpp
+++ b/src/pathops/SkOpAngle.cpp
@@ -553,7 +553,7 @@
         }
         int angleStart = SkTMin(angle->fSectorStart, angle->fSectorEnd);
         // angles that are smaller by one aren't necessary better, since the larger may be a line
-        // and the smaller may be a curve that curls to the other side of the line. 
+        // and the smaller may be a curve that curls to the other side of the line.
         if (bestEnd + 1 < angleStart) {
             return best;
         }
@@ -720,7 +720,7 @@
         angle = angle->fNext;
         int angleStart = SkTMin(angle->fSectorStart, angle->fSectorEnd);
         // angles that are smaller by one aren't necessary better, since the larger may be a line
-        // and the smaller may be a curve that curls to the other side of the line. 
+        // and the smaller may be a curve that curls to the other side of the line.
         if (lastEnd + 1 < angleStart) {
             angle->fStop = true;
         }