Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@8693 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/core/SkGeometry.cpp b/src/core/SkGeometry.cpp
index a96e35b..e5487e6 100644
--- a/src/core/SkGeometry.cpp
+++ b/src/core/SkGeometry.cpp
@@ -1493,7 +1493,7 @@
     if (fW <= SK_ScalarNearlyZero) {
         return 0;   // treat as a line
     }
-    
+
     tol = SkScalarAbs(tol);
     SkScalar w = fW;
     int i = 0;
@@ -1542,4 +1542,3 @@
     SkASSERT(endPts - pts == (2 * (1 << pow2) + 1));
     return 1 << pow2;
 }
-
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp
index e875f0f..4e8ae7d 100644
--- a/src/gpu/GrDrawTarget.cpp
+++ b/src/gpu/GrDrawTarget.cpp
@@ -445,7 +445,7 @@
     SkIPoint dstPoint = {0, 0};
     if (this->copySurface(ast.texture(), rt, copyRect, dstPoint)) {
         info->fDstCopy.setTexture(ast.texture());
-        info->fDstCopy.setOffset(copyRect.fLeft, copyRect.fTop);    
+        info->fDstCopy.setOffset(copyRect.fLeft, copyRect.fTop);
         return true;
     } else {
         return false;