Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@12524 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/lazy/SkCachingPixelRef.cpp b/src/lazy/SkCachingPixelRef.cpp
index 6c9da8f..667a949 100644
--- a/src/lazy/SkCachingPixelRef.cpp
+++ b/src/lazy/SkCachingPixelRef.cpp
@@ -96,4 +96,3 @@
         fScaledCacheId = NULL;
     }
 }
-
diff --git a/src/lazy/SkCachingPixelRef.h b/src/lazy/SkCachingPixelRef.h
index 81092dc..4a0387d 100644
--- a/src/lazy/SkCachingPixelRef.h
+++ b/src/lazy/SkCachingPixelRef.h
@@ -68,4 +68,3 @@
 };
 
 #endif  // SkCachingPixelRef_DEFINED
-
diff --git a/src/lazy/SkDiscardableMemoryPool.h b/src/lazy/SkDiscardableMemoryPool.h
index 0939260..e9f3b04 100644
--- a/src/lazy/SkDiscardableMemoryPool.h
+++ b/src/lazy/SkDiscardableMemoryPool.h
@@ -68,4 +68,3 @@
 #endif
 
 #endif  // SkDiscardableMemoryPool_DEFINED
-
diff --git a/tests/CachedDecodingPixelRefTest.cpp b/tests/CachedDecodingPixelRefTest.cpp
index f92b1de..6abcf3d 100644
--- a/tests/CachedDecodingPixelRefTest.cpp
+++ b/tests/CachedDecodingPixelRefTest.cpp
@@ -309,4 +309,3 @@
     // test that here (on platforms where it is availible).
 }
 ////////////////////////////////////////////////////////////////////////////////
-
diff --git a/tests/DiscardableMemoryPool.cpp b/tests/DiscardableMemoryPool.cpp
index 8af7358..d2c5eee 100644
--- a/tests/DiscardableMemoryPool.cpp
+++ b/tests/DiscardableMemoryPool.cpp
@@ -34,4 +34,3 @@
     REPORTER_ASSERT(reporter, !dm2->lock());
     REPORTER_ASSERT(reporter, 0 == pool->getRAMUsed());
 }
-