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/PathOpsCubicLineIntersectionTest.cpp b/tests/PathOpsCubicLineIntersectionTest.cpp
index bfabfe8..49219fb 100644
--- a/tests/PathOpsCubicLineIntersectionTest.cpp
+++ b/tests/PathOpsCubicLineIntersectionTest.cpp
@@ -15,8 +15,8 @@
     SkDCubic cubic;
     SkDLine line;
 } lineCubicTests[] = {
-    {{{{0,1}, {1,6}, {4,1}, {4,3}}},

-            {{{6,1}, {1,4}}}},

+    {{{{0,1}, {1,6}, {4,1}, {4,3}}},
+            {{{6,1}, {1,4}}}},
 
     {{{{0,1}, {2,6}, {4,1}, {5,4}}},
             {{{6,2}, {1,4}}}},