Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@12685 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/SerializationTest.cpp b/tests/SerializationTest.cpp
index 448c18f..6559f74 100644
--- a/tests/SerializationTest.cpp
+++ b/tests/SerializationTest.cpp
@@ -317,12 +317,12 @@
 
         SkBitmap invalidBitmap2;
         invalidBitmap2.setConfig(info);
-        
+
         // Hack to force invalid, by making the pixelref smaller than its
         // owning bitmap.
         info.fWidth = 32;
         info.fHeight = 1;
-        
+
         invalidBitmap2.setPixelRef(SkMallocPixelRef::NewAllocate(
                         info, invalidBitmap2.rowBytes(), NULL))->unref();