Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@11800 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 3aa24c3..61f06e0 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -48,14 +48,14 @@
         make_path0,
         make_path1,
     };
-    
+
     SkRegion clip;
     clip.setRect(0, 0, 1255, 1925);
-    
+
     for (size_t i = 0; i < SK_ARRAY_COUNT(procs); ++i) {
         SkPath path;
         procs[i](&path);
-        
+
         SkRegion rgn;
         rgn.setPath(path, clip);
         path.toggleInverseFillType();