Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@6521 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/StrokeTest.cpp b/tests/StrokeTest.cpp
index a6c481a..ded1130 100644
--- a/tests/StrokeTest.cpp
+++ b/tests/StrokeTest.cpp
@@ -42,7 +42,7 @@
         paint.getFillPath(path, &fillPath);
 
         REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
-        
+
         bool isMiter = SkPaint::kMiter_Join == joins[i];
         SkRect nested[2];
         REPORTER_ASSERT(reporter, fillPath.isNestedRects(nested) == isMiter);