Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@14346 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp
index b476a14..66078b0 100644
--- a/debugger/QT/SkDebuggerGUI.cpp
+++ b/debugger/QT/SkDebuggerGUI.cpp
@@ -173,7 +173,7 @@
     }
 
     SkTimedPicturePlayback(SkPicture* picture,
-                           const SkTDArray<bool>& deletedCommands, 
+                           const SkTDArray<bool>& deletedCommands,
                            const SkPictInfo& info)
         : INHERITED(picture, info)
         , fSkipCommands(deletedCommands)