Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@8851 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PDFPrimitivesTest.cpp b/tests/PDFPrimitivesTest.cpp
index d8e8b8b..0e9cbde 100644
--- a/tests/PDFPrimitivesTest.cpp
+++ b/tests/PDFPrimitivesTest.cpp
@@ -286,7 +286,7 @@
     if (!SkFlate::HaveFlate()) {
         return;
     }
-    SkBitmap bitmap;   
+    SkBitmap bitmap;
     setup_bitmap(&bitmap, 10, 10);
     TestImage(reporter, bitmap,
               "/Subtype /Image\n"
@@ -428,7 +428,7 @@
 
     test_issue1083();
 
-    TestImages(reporter);    
+    TestImages(reporter);
 }
 
 #include "TestClassDef.h"