Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@13418 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 3539d0b..e1fbff2 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -3120,7 +3120,7 @@
     q.reset();
     q.addPath(r, mode);
     REPORTER_ASSERT(reporter, q.isEmpty());
-}    
+}
 
 static void test_conicTo_special_case(skiatest::Reporter* reporter) {
     SkPath p;