Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@14524 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/core/SkComposeShader.cpp b/src/core/SkComposeShader.cpp
index 33c0912..df8215c 100644
--- a/src/core/SkComposeShader.cpp
+++ b/src/core/SkComposeShader.cpp
@@ -108,10 +108,10 @@
 
     // we preconcat our localMatrix (if any) with the device matrix
     // before calling our sub-shaders
-    
+
     SkMatrix tmpM;
     tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix());
-    
+
     ContextRec newRec(rec);
     newRec.fMatrix = &tmpM;