Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@10554 2bbb7eff-a529-9590-31e7-b0007b416f81
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;