cleanup formating (e.g. no trailing spaces)



git-svn-id: http://skia.googlecode.com/svn/trunk@143 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/TestClassDef.h b/tests/TestClassDef.h
index 77f48b3..0773f5a 100644
--- a/tests/TestClassDef.h
+++ b/tests/TestClassDef.h
@@ -1,12 +1,12 @@
-/*  This file is meant be including by .cpp files, so it can spew out a
+/*  This file is meant to be included by .cpp files, so it can spew out a
     customized class + global definition.
- 
+
     e.g.
     #include "TestClassDef.h"
     DEFINE_TESTCLASS("MyTest", MyTestClass, MyTestFunction)
- 
+
     where MyTestFunction is declared as
- 
+
         void MyTestFunction(skiatest::Reporter*)
 */