Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@13228 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/GrTextContext.h b/include/gpu/GrTextContext.h
index a8c0df0..273e094 100644
--- a/include/gpu/GrTextContext.h
+++ b/include/gpu/GrTextContext.h
@@ -36,7 +36,7 @@
     static GrFontScaler* GetGrFontScaler(SkGlyphCache* cache);
     static void MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc,
                             const char text[], size_t byteLength, SkVector* stopVector);
-    
+
     GrContext*         fContext;
     GrPaint            fPaint;
     SkPaint            fSkPaint;
@@ -99,7 +99,7 @@
     }
 
     virtual GrTextContext* create(GrContext* grContext, const GrPaint& grPaint,
-                                  const SkPaint& skPaint, const SkDeviceProperties& properties) 
+                                  const SkPaint& skPaint, const SkDeviceProperties& properties)
                                  SK_OVERRIDE {
         // add check for usePath here?
         SkASSERT(!fUsed);