Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@10059 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/FitsInTest.cpp b/tests/FitsInTest.cpp
index 68ee8e9..97ef67d 100644
--- a/tests/FitsInTest.cpp
+++ b/tests/FitsInTest.cpp
@@ -74,4 +74,3 @@
 
 #include "TestClassDef.h"
 DEFINE_TESTCLASS("FitsIn", FitsInTestClass, FitsInTest)
-
diff --git a/tests/UtilsTest.cpp b/tests/UtilsTest.cpp
index 63b905a..33d5c97 100644
--- a/tests/UtilsTest.cpp
+++ b/tests/UtilsTest.cpp
@@ -71,7 +71,7 @@
         REPORTER_ASSERT(reporter, 0 == tmp.count());
         REPORTER_ASSERT(reporter, 1 == obj0.getRefCnt());
         REPORTER_ASSERT(reporter, 1 == obj1.getRefCnt());
-        
+
         tmp.reset(2);   // this should use the preexisting allocation
         REPORTER_ASSERT(reporter, 2 == tmp.count());
         tmp[0] = &obj0;