Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@14102 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/core/SkFont.cpp b/src/core/SkFont.cpp
index c909f04..dcc2f0b 100644
--- a/src/core/SkFont.cpp
+++ b/src/core/SkFont.cpp
@@ -63,7 +63,7 @@
     if (0 == byteLength) {
         return 0;
     }
-    
+
     SkASSERT(text);
 
     int count = 0;  // fix uninitialized warning (even though the switch is complete!)