Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk/src@11934 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/core/SkScalerContext.cpp b/core/SkScalerContext.cpp
index 88e3f06..1d6c2f7 100644
--- a/core/SkScalerContext.cpp
+++ b/core/SkScalerContext.cpp
@@ -71,7 +71,7 @@
     SkFlattenable*  obj = NULL;
     uint32_t        len;
     const void*     data = desc->findEntry(tag, &len);
- 
+
     if (data) {
         SkOrderedReadBuffer   buffer(data, len);
         obj = buffer.readFlattenable(ft);
diff --git a/gpu/GrContext.cpp b/gpu/GrContext.cpp
index a84d8ee..c5933ee 100644
--- a/gpu/GrContext.cpp
+++ b/gpu/GrContext.cpp
@@ -1265,7 +1265,7 @@
                                                 config, buffer, rowBytes,
                                                 flags);
         }
-       
+
         return false;
     }
 }
diff --git a/gpu/SkGpuDevice.cpp b/gpu/SkGpuDevice.cpp
index 6617989..005da22 100644
--- a/gpu/SkGpuDevice.cpp
+++ b/gpu/SkGpuDevice.cpp
@@ -1371,7 +1371,7 @@
             // sampling is axis-aligned
             SkRect transformedRect;
             matrix.mapRect(&transformedRect, srcRect);
-            
+
             if (has_aligned_samples(srcRect, transformedRect)) {
                 // We could also turn off filtering here (but we already did a cache lookup with
                 // params).