Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@13447 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index d2e3705..ef2f0b9 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -1258,10 +1258,10 @@
 
     // returns NULL on failure
     const void* addr() const { return fAddr; }
-    
+
     // undefined if addr() == NULL
     size_t rowBytes() const { return fRowBytes; }
-    
+
     // undefined if addr() == NULL
     const SkImageInfo& info() const { return fInfo; }