Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@9631 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/core/SkTArray.h b/include/core/SkTArray.h
index a8d5e48..b5ecdc9 100644
--- a/include/core/SkTArray.h
+++ b/include/core/SkTArray.h
@@ -456,7 +456,7 @@
 // Skia doesn't use C++ exceptions but it may be compiled with them enabled. Having an op delete
 // to match the op new silences warnings about missing op delete when a constructor throws an
 // exception.
-template <typename T, bool MEM_COPY> 
+template <typename T, bool MEM_COPY>
 void operator delete(void*, SkTArray<T, MEM_COPY>* array, int atIndex) {
     SK_CRASH();
 }