Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@6500 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp
index 3b9b8aa..710791a 100644
--- a/debugger/QT/SkDebuggerGUI.cpp
+++ b/debugger/QT/SkDebuggerGUI.cpp
@@ -278,8 +278,8 @@
 
 // This is a simplification of PictureBenchmark's run with the addition of
 // clearing of the times after the first pass (in resetTimes)
-void SkDebuggerGUI::run(SkTimedPicture* pict, 
-                        sk_tools::PictureRenderer* renderer, 
+void SkDebuggerGUI::run(SkTimedPicture* pict,
+                        sk_tools::PictureRenderer* renderer,
                         int repeats) {
     SkASSERT(pict);
     if (NULL == pict) {
@@ -1064,7 +1064,7 @@
         map[(*command)[i].c_str()]++;
     }
 
-    for (std::map<std::string, int>::iterator it = map.begin(); it != map.end(); 
+    for (std::map<std::string, int>::iterator it = map.begin(); it != map.end();
          ++it) {
         fFilter.addItem((it->first).c_str());
     }