Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@5848 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp
index 4c028c3..3b27172 100644
--- a/src/gpu/GrDrawTarget.cpp
+++ b/src/gpu/GrDrawTarget.cpp
@@ -1040,7 +1040,7 @@
 
     SetRectVertices(rect, matrix, srcRects,
                     srcMatrices, SK_ColorBLACK, layout, geo.vertices());
-    
+
     drawNonIndexed(kTriangleFan_GrPrimitiveType, 0, 4);
 }
 
@@ -1060,7 +1060,7 @@
     return layout;
 }
 
-// This method fills int the four vertices for drawing 'rect'. 
+// This method fills int the four vertices for drawing 'rect'.
 //      matrix - is applied to each vertex
 //      srcRects - provide the uvs for each vertex
 //      srcMatrices - are applied to the corresponding 'srcRect'