Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@6344 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/ClipStackTest.cpp b/tests/ClipStackTest.cpp
index 0516d9e..9b39d76 100644
--- a/tests/ClipStackTest.cpp
+++ b/tests/ClipStackTest.cpp
@@ -595,7 +595,7 @@
         stack.clipDevRect(nestedChild, SkRegion::kIntersect_Op, true); stack.save();
 
         SkClipStack::Iter iter(stack, SkClipStack::Iter::kBottom_IterStart);
-        
+
         clip = iter.nextCombined();
         REPORTER_ASSERT(reporter, clip->fDoAA && *clip->fRect == nestedChild);
 
@@ -611,7 +611,7 @@
         stack.clipDevRect(nestedParent, SkRegion::kIntersect_Op, true); stack.save();
 
         SkClipStack::Iter iter(stack, SkClipStack::Iter::kBottom_IterStart);
-        
+
         clip = iter.nextCombined();
         REPORTER_ASSERT(reporter, !clip->fDoAA && *clip->fRect == nestedChild);