Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@12849 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/BitmapTest.cpp b/tests/BitmapTest.cpp
index aaa297e..ef637f4 100644
--- a/tests/BitmapTest.cpp
+++ b/tests/BitmapTest.cpp
@@ -16,7 +16,7 @@
 
     REPORTER_ASSERT(reporter, bm.setConfig(SkBitmap::kA8_Config, width, 1));
     REPORTER_ASSERT(reporter, bm.setConfig(SkBitmap::kRGB_565_Config, width, 1));
-    
+
     // for a 4-byte config, this width will compute a rowbytes of 0x80000000,
     // which does not fit in a int32_t. setConfig should detect this, and fail.
 
@@ -43,6 +43,6 @@
             REPORTER_ASSERT(reporter, SkToBool(width & height) != bm.empty());
         }
     }
-    
+
     test_bigwidth(reporter);
 }