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/src/core/SkPath.cpp b/src/core/SkPath.cpp
index 66908d8..c3ddf60 100644
--- a/src/core/SkPath.cpp
+++ b/src/core/SkPath.cpp
@@ -2121,7 +2121,7 @@
                           int count) {
     str->append(label);
     str->append("(");
-    
+
     const SkScalar* values = &pts[0].fX;
     count *= 2;