Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@12875 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/core/SkPictureFlat.cpp b/src/core/SkPictureFlat.cpp
index e75023e..e3a6f13 100644
--- a/src/core/SkPictureFlat.cpp
+++ b/src/core/SkPictureFlat.cpp
@@ -89,4 +89,3 @@
     SkRefCnt_SafeAssign(fFactorySet, set);
     return set;
 }
-
diff --git a/tests/ImageDecodingTest.cpp b/tests/ImageDecodingTest.cpp
index d39a51a..c74bb35 100644
--- a/tests/ImageDecodingTest.cpp
+++ b/tests/ImageDecodingTest.cpp
@@ -311,7 +311,7 @@
     }
     SkAutoLockPixels alp(bm);
 
-    bool rightSize = ((kExpectedWidth == bm.width()) 
+    bool rightSize = ((kExpectedWidth == bm.width())
                       && (kExpectedHeight == bm.height()));
     REPORTER_ASSERT(reporter, rightSize);
     if (rightSize) {
@@ -578,4 +578,3 @@
     }
 }
 ////////////////////////////////////////////////////////////////////////////////
-
diff --git a/tests/MallocPixelRefTest.cpp b/tests/MallocPixelRefTest.cpp
index 8fcdc86..e169763 100644
--- a/tests/MallocPixelRefTest.cpp
+++ b/tests/MallocPixelRefTest.cpp
@@ -113,4 +113,3 @@
             static_cast<const void*>(dataPtr->bytes() + 4) == pr->pixels());
     }
 }
-