Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@6413 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp
index b7c2162..3b1b518 100644
--- a/src/core/SkPath.cpp
+++ b/src/core/SkPath.cpp
@@ -342,7 +342,7 @@
     if (kConvex_Convexity != this->getConvexity()) {
         return false;
     }
-    
+
     Direction direction;
     if (!this->cheapComputeDirection(&direction)) {
         return false;