Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@9738 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp
index 2d819c1..35f4772 100644
--- a/src/core/SkPath.cpp
+++ b/src/core/SkPath.cpp
@@ -592,7 +592,7 @@
     if (!this->isRectContour(false, &currVerb, &pts, isClosed, direction)) {
         return false;
     }
-    
+
     if (rect) {
         rect->set(first, SkToS32(pts - first));
     }