Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk/include@8350 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/GrContext.h b/gpu/GrContext.h
index bc969f5..4d328d1 100644
--- a/gpu/GrContext.h
+++ b/gpu/GrContext.h
@@ -891,7 +891,7 @@
     /// draw state is left unmodified.
     GrDrawTarget* prepareToDraw(const GrPaint*, BufferedDraw);
 
-    void internalDrawPath(GrDrawTarget* target, const GrPaint& paint, const SkPath& path, 
+    void internalDrawPath(GrDrawTarget* target, const GrPaint& paint, const SkPath& path,
                           const SkStrokeRec& stroke);
 
     GrTexture* createResizedTexture(const GrTextureDesc& desc,
diff --git a/gpu/GrOvalRenderer.h b/gpu/GrOvalRenderer.h
index bdc4861..88dd0a4 100644
--- a/gpu/GrOvalRenderer.h
+++ b/gpu/GrOvalRenderer.h
@@ -30,7 +30,7 @@
 
     ~GrOvalRenderer() {}
 
-    bool drawOval(GrDrawTarget* target, const GrContext* context, const GrPaint& paint, 
+    bool drawOval(GrDrawTarget* target, const GrContext* context, const GrPaint& paint,
                   const GrRect& oval, const SkStrokeRec& stroke);
 private:
     void drawEllipse(GrDrawTarget* target, const GrPaint& paint,