Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8529 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp
index 6edb109..a0c15dd 100644
--- a/src/gpu/GrDrawTarget.cpp
+++ b/src/gpu/GrDrawTarget.cpp
@@ -757,7 +757,7 @@
const SkIPoint& dstPoint) {
SkIRect clippedSrcRect(srcRect);
SkIPoint clippedDstPoint(dstPoint);
-
+
// clip the left edge to src and dst bounds, adjusting dstPoint if neceessary
if (clippedSrcRect.fLeft < 0) {
clippedDstPoint.fX -= clippedSrcRect.fLeft;
@@ -777,7 +777,7 @@
clippedSrcRect.fTop -= clippedDstPoint.fY;
clippedDstPoint.fY = 0;
}
-
+
// clip the right edge to the src and dst bounds.
if (clippedSrcRect.fRight > src->width()) {
clippedSrcRect.fRight = src->width();
@@ -793,7 +793,7 @@
if (clippedDstPoint.fY + clippedSrcRect.height() > dst->height()) {
clippedSrcRect.fBottom = clippedSrcRect.fTop + dst->height() - clippedDstPoint.fY;
}
-
+
// The above clipping steps may have inverted the rect if it didn't intersect either the src or
// dst bounds.
if (clippedSrcRect.isEmpty()) {
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
index ffde27e..99fb15f 100644
--- a/src/gpu/GrDrawTarget.h
+++ b/src/gpu/GrDrawTarget.h
@@ -406,7 +406,7 @@
virtual void clear(const GrIRect* rect,
GrColor color,
GrRenderTarget* renderTarget = NULL) = 0;
-
+
/**
* Copies a pixel rectangle from one surface to another. This call may finalize
* reserved vertex/index data (as though a draw call was made). The src pixels