Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@12734 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tools/PictureBenchmark.cpp b/tools/PictureBenchmark.cpp
index f4c4885..f441c37 100644
--- a/tools/PictureBenchmark.cpp
+++ b/tools/PictureBenchmark.cpp
@@ -205,10 +205,10 @@
 
         this->logProgress(result.c_str());
 #else
-        SkString result = longRunningTimerData.getResult(timeFormat.c_str(), 
-                                                         fTimerResult, 
-                                                         configName.c_str(), 
-                                                         timerTypes, 
+        SkString result = longRunningTimerData.getResult(timeFormat.c_str(),
+                                                         fTimerResult,
+                                                         configName.c_str(),
+                                                         timerTypes,
                                                          fRepeats);
         result.append("\n");
         this->logProgress(result.c_str());
diff --git a/tools/PictureRenderer.cpp b/tools/PictureRenderer.cpp
index aae1006..54d4633 100644
--- a/tools/PictureRenderer.cpp
+++ b/tools/PictureRenderer.cpp
@@ -36,7 +36,7 @@
 
 static inline SkScalar scalar_log2(SkScalar x) {
     static const SkScalar log2_conversion_factor = SkScalarDiv(1, SkScalarLog(2));
-    
+
     return SkScalarLog(x) * log2_conversion_factor;
 }