Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@14172 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/benchmain.cpp b/bench/benchmain.cpp
index eb3947a..ef83d19 100644
--- a/bench/benchmain.cpp
+++ b/bench/benchmain.cpp
@@ -525,14 +525,14 @@
 
             if (NULL != canvas) {
                 canvas->clear(SK_ColorWHITE);
-                if (FLAGS_clip)   {   
-                    perform_clip(canvas, dim.fX, dim.fY); 
+                if (FLAGS_clip)   {
+                    perform_clip(canvas, dim.fX, dim.fY);
                 }
-                if (FLAGS_scale)  {  
-                    perform_scale(canvas, dim.fX, dim.fY); 
+                if (FLAGS_scale)  {
+                    perform_scale(canvas, dim.fX, dim.fY);
                 }
-                if (FLAGS_rotate) { 
-                    perform_rotate(canvas, dim.fX, dim.fY); 
+                if (FLAGS_rotate) {
+                    perform_rotate(canvas, dim.fX, dim.fY);
                 }
             }