Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@9738 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 41151a5..36d7d06 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -2420,7 +2420,7 @@
         REPORTER_ASSERT(reporter, p.isRect(&r));
         REPORTER_ASSERT(reporter, r == bounds);
     }
-    
+
     test_isLine(reporter);
     test_isRect(reporter);
     test_isNestedRects(reporter);