Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@10554 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/SkDeferredCanvas.cpp b/src/utils/SkDeferredCanvas.cpp
index 45fa11f..44b431e 100644
--- a/src/utils/SkDeferredCanvas.cpp
+++ b/src/utils/SkDeferredCanvas.cpp
@@ -354,7 +354,7 @@
         if (NULL != fSurface) {
             fSurface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
         }
-        fCanDiscardCanvasContents = false;    
+        fCanDiscardCanvasContents = false;
     }
 }
 
diff --git a/tests/DeferredCanvasTest.cpp b/tests/DeferredCanvasTest.cpp
index e1af257..220d820 100644
--- a/tests/DeferredCanvasTest.cpp
+++ b/tests/DeferredCanvasTest.cpp
@@ -80,7 +80,7 @@
 
     void clearCounts() {
         fDiscardCount = 0;
-        fRetainCount = 0;    
+        fRetainCount = 0;
     }
 
     int fDiscardCount, fRetainCount;