Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@13619 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp
index 18c683d..c9a7db1 100644
--- a/tests/CanvasTest.cpp
+++ b/tests/CanvasTest.cpp
@@ -918,7 +918,7 @@
     info.fWidth = 1 << 30;
     info.fHeight = 1 << 30;
     REPORTER_ASSERT(reporter, NULL == SkCanvas::NewRaster(info));
-    
+
     // not a valid pixel type
     info.fWidth = info.fHeight = 10;
     info.fColorType = kUnknown_SkColorType;