Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@14039 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrLayerCache.cpp b/src/gpu/GrLayerCache.cpp
index 4120c54..12da589 100644
--- a/src/gpu/GrLayerCache.cpp
+++ b/src/gpu/GrLayerCache.cpp
@@ -14,7 +14,7 @@
  */
 class GrLayerCache::PictureLayerKey {
 public:
-    PictureLayerKey(uint32_t pictureID, int layerID) 
+    PictureLayerKey(uint32_t pictureID, int layerID)
         : fPictureID(pictureID)
         , fLayerID(layerID) {
     }
@@ -41,7 +41,7 @@
     int      fLayerID;
 };
 
-GrLayerCache::GrLayerCache(GrGpu* gpu) 
+GrLayerCache::GrLayerCache(GrGpu* gpu)
     : fGpu(SkRef(gpu))
     , fLayerPool(16) {      // TODO: may need to increase this later
 }