Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk/src@11903 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/image/SkSurface_Gpu.cpp b/image/SkSurface_Gpu.cpp
index 7b3a643..6c3f0ed 100644
--- a/image/SkSurface_Gpu.cpp
+++ b/image/SkSurface_Gpu.cpp
@@ -134,4 +134,3 @@
 
     return SkNEW_ARGS(SkSurface_Gpu, (ctx, tex->asRenderTarget()));
 }
-
diff --git a/lazy/SkLazyPixelRef.cpp b/lazy/SkLazyPixelRef.cpp
index ad60892..0454362 100644
--- a/lazy/SkLazyPixelRef.cpp
+++ b/lazy/SkLazyPixelRef.cpp
@@ -40,7 +40,7 @@
 
     // mark as uninitialized -- all fields are -1
     memset(&fLazilyCachedInfo, 0xFF, sizeof(fLazilyCachedInfo));
-        
+
     // Since this pixel ref bases its data on encoded data, it should never change.
     this->setImmutable();
 }