Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@9252 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h
index f83275d..0cf3b22 100644
--- a/src/gpu/gl/GrGLProgramDesc.h
+++ b/src/gpu/gl/GrGLProgramDesc.h
@@ -28,7 +28,7 @@
     GrGLProgramDesc() : fInitialized(false) {}
     GrGLProgramDesc(const GrGLProgramDesc& desc) { *this = desc; }
 
-    // Returns this as a uint32_t array to be used as a key in the program cache. 
+    // Returns this as a uint32_t array to be used as a key in the program cache.
     const uint32_t* asKey() const {
         GrAssert(fInitialized);
         return reinterpret_cast<const uint32_t*>(fKey.get());
@@ -164,7 +164,7 @@
         int8_t                      fLocalCoordAttributeIndex;
         int8_t                      fColorAttributeIndex;
         int8_t                      fCoverageAttributeIndex;
-        
+
         int8_t                      fColorEffectCnt;
         int8_t                      fCoverageEffectCnt;
     };