Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@5735 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
index c9d54e5..790d4a9 100644
--- a/include/gpu/SkGpuDevice.h
+++ b/include/gpu/SkGpuDevice.h
@@ -170,10 +170,10 @@
                          const SkMatrix& m,
                          const GrTextureParams& params,
                          GrPaint* grPaint);
-    void drawBitmapCommon(const SkDraw&, 
+    void drawBitmapCommon(const SkDraw&,
                           const SkBitmap& bitmap,
                           const SkRect* srcRectPtr,
-                          const SkMatrix&, 
+                          const SkMatrix&,
                           const SkPaint&);
 
     /**