Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@14196 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathOpsSimplifyFailTest.cpp b/tests/PathOpsSimplifyFailTest.cpp
index a38f826..2a4b0a0 100644
--- a/tests/PathOpsSimplifyFailTest.cpp
+++ b/tests/PathOpsSimplifyFailTest.cpp
@@ -87,7 +87,7 @@
     result.setFillType(SkPath::kWinding_FillType);
     bool success = Simplify(path, &result);
     // linux 32 debug fails test 13 because the quad is not treated as linear
-    // there's no error in the math that I can find -- it looks like a processor 
+    // there's no error in the math that I can find -- it looks like a processor
     // or compiler bug -- so for now, allow either to work
     REPORTER_ASSERT(reporter, success || index == 13);
     REPORTER_ASSERT(reporter, result.getFillType() != SkPath::kWinding_FillType);