Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@6133 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 195f731..29ac95a 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -863,7 +863,7 @@
     GrTexture* createPlatformTexture(const GrPlatformTextureDesc& desc) {
         return this->wrapBackendTexture(desc);
     }
-        
+
     GrRenderTarget* createPlatformRenderTarget(const GrPlatformRenderTargetDesc& desc) {
         return wrapBackendRenderTarget(desc);
     }