Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@14605 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
index aa07191..071e6f4 100644
--- a/tests/PictureTest.cpp
+++ b/tests/PictureTest.cpp
@@ -794,7 +794,7 @@
     //      Restore
     // 2)
     //      SaveLayer
-    //          Translate 
+    //          Translate
     //          SaveLayer w/ bound
     //          Restore
     //      Restore
@@ -852,7 +852,7 @@
 
         SkAutoTUnref<SkSurface> surface(SkSurface::NewScratchRenderTarget(context, info));
 
-        SkCanvas* canvas = surface->getCanvas();   
+        SkCanvas* canvas = surface->getCanvas();
 
         canvas->EXPERIMENTAL_optimize(pict);
 
@@ -886,7 +886,7 @@
         REPORTER_ASSERT(reporter, !info1.fIsNested && info1.fHasNestedLayers); // has a nested SL
 
         REPORTER_ASSERT(reporter, info2.fValid);
-        REPORTER_ASSERT(reporter, kWidth/2 == info2.fSize.fWidth && 
+        REPORTER_ASSERT(reporter, kWidth/2 == info2.fSize.fWidth &&
                                   kHeight/2 == info2.fSize.fHeight); // bound reduces size
         REPORTER_ASSERT(reporter, info2.fCTM.isIdentity());         // translated
         REPORTER_ASSERT(reporter, 0 == info2.fOffset.fX && 0 == info2.fOffset.fY);
@@ -901,7 +901,7 @@
         REPORTER_ASSERT(reporter, !info3.fIsNested && !info3.fHasNestedLayers);
 
         REPORTER_ASSERT(reporter, !info4.fValid);                 // paint is/was uncopyable
-        REPORTER_ASSERT(reporter, kWidth == info4.fSize.fWidth && kHeight == info4.fSize.fHeight); 
+        REPORTER_ASSERT(reporter, kWidth == info4.fSize.fWidth && kHeight == info4.fSize.fHeight);
         REPORTER_ASSERT(reporter, 0 == info4.fOffset.fX && 0 == info4.fOffset.fY);
         REPORTER_ASSERT(reporter, info4.fCTM.isIdentity());
         REPORTER_ASSERT(reporter, NULL == info4.fPaint);     // paint is/was uncopyable