Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@6362 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/InfRectTest.cpp b/tests/InfRectTest.cpp
index f1b2677..ae4ea60 100644
--- a/tests/InfRectTest.cpp
+++ b/tests/InfRectTest.cpp
@@ -36,7 +36,7 @@
     SkRandom rand;
     for (int i = 0; i < 10000; ++i) {
         SkIRect r;
-        
+
         r.set(rand.nextS() >> 2, rand.nextS() >> 2,
               rand.nextS() >> 2, rand.nextS() >> 2);
         int cx = r.centerX();
@@ -79,7 +79,7 @@
         check_invalid(reporter, small, invalid[i], big, big);
         check_invalid(reporter, invalid[i], small, big, big);
     }
-    
+
     test_center(reporter);
 }