Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@11411 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/FontMgrTest.cpp b/tests/FontMgrTest.cpp
index cffc22f..9b683f7 100644
--- a/tests/FontMgrTest.cpp
+++ b/tests/FontMgrTest.cpp
@@ -20,7 +20,7 @@
     const char* inNames[] = {
         "sans", "sans-serif", "serif", "monospace", "times", "helvetica"
     };
-    
+
     for (size_t i = 0; i < SK_ARRAY_COUNT(inNames); ++i) {
         SkAutoTUnref<SkTypeface> first(SkTypeface::CreateFromName(inNames[i],
                                                           SkTypeface::kNormal));