Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@11585 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathOpsCubicIntersectionTest.cpp b/tests/PathOpsCubicIntersectionTest.cpp
index 109c42e..04797b4 100644
--- a/tests/PathOpsCubicIntersectionTest.cpp
+++ b/tests/PathOpsCubicIntersectionTest.cpp
@@ -164,8 +164,8 @@
 const size_t testSetCount = SK_ARRAY_COUNT(testSet);
 
 static const SkDCubic newTestSet[] = {
-#if 0  // FIXME: asserts coincidence, not working yet

-{{{195, 785}, {124.30755615234375, 785}, {67, 841.85986328125}, {67, 912}}},

+#if 0  // FIXME: asserts coincidence, not working yet
+{{{195, 785}, {124.30755615234375, 785}, {67, 841.85986328125}, {67, 912}}},
 {{{67, 913}, {67, 842.30755615234375}, {123.85984039306641, 785}, {194, 785}}},
 #endif
 
@@ -585,9 +585,9 @@
 }
 
 static const SkDCubic coinSet[] = {
-    {{{317, 711}, {322.52285766601562, 711}, {327, 715.4771728515625}, {327, 721}}},

-    {{{324.07107543945312, 713.928955078125}, {324.4051513671875, 714.26300048828125},

-            {324.71566772460937, 714.62060546875}, {325, 714.9990234375}}},

+    {{{317, 711}, {322.52285766601562, 711}, {327, 715.4771728515625}, {327, 721}}},
+    {{{324.07107543945312, 713.928955078125}, {324.4051513671875, 714.26300048828125},
+            {324.71566772460937, 714.62060546875}, {325, 714.9990234375}}},
 
     {{{2, 3}, {0, 4}, {3, 2}, {5, 3}}},
     {{{2, 3}, {0, 4}, {3, 2}, {5, 3}}},