Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@13634 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h
index ebce6c9..edf7a22 100644
--- a/src/utils/debugger/SkDebugCanvas.h
+++ b/src/utils/debugger/SkDebugCanvas.h
@@ -224,13 +224,13 @@
     static const int kVizImageWidth = 256;
 
     virtual bool isClipEmpty() const SK_OVERRIDE { return false; }
-    virtual ClipType getClipType() const SK_OVERRIDE { 
-        return kRect_ClipType; 
+    virtual ClipType getClipType() const SK_OVERRIDE {
+        return kRect_ClipType;
     }
     virtual bool getClipBounds(SkRect* bounds) const SK_OVERRIDE {
         if (NULL != bounds) {
-            bounds->setXYWH(0, 0, 
-                            SkIntToScalar(this->imageInfo().fWidth), 
+            bounds->setXYWH(0, 0,
+                            SkIntToScalar(this->imageInfo().fWidth),
                             SkIntToScalar(this->imageInfo().fHeight));
         }
         return true;