From d4998178ae6e0df3a90b9c1fa063cc97605f26af Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Wed, 11 Jul 2018 11:31:34 -0400 Subject: Whitespace Fixup Change-Id: I6c4c4b43dfa6b59832c63f8fcf43192b4973d88b Reviewed-on: https://skia-review.googlesource.com/140565 Commit-Queue: Mike Klein Auto-Submit: Hal Canary Reviewed-by: Mike Klein --- tests/PathOpsConicQuadIntersectionTest.cpp | 10 +++++----- tests/PathOpsCubicConicIntersectionTest.cpp | 14 +++++++------- tests/TransferPixelsTest.cpp | 0 3 files changed, 12 insertions(+), 12 deletions(-) mode change 100755 => 100644 tests/TransferPixelsTest.cpp (limited to 'tests') diff --git a/tests/PathOpsConicQuadIntersectionTest.cpp b/tests/PathOpsConicQuadIntersectionTest.cpp index bdf1d42d37..8f47e76bd9 100644 --- a/tests/PathOpsConicQuadIntersectionTest.cpp +++ b/tests/PathOpsConicQuadIntersectionTest.cpp @@ -15,11 +15,11 @@ static struct conicQuad { ConicPts conic; QuadPts quad; } conicQuadTests[] = { - {{{{{0.00000000000000000, -1.8135968446731567 }, - {0.00000000000000000, -1.0033817291259766 }, - {-0.0073835160583257675, 0.00000000000000000 }}}, 2.26585215e+11f}, - {{{0.00000000000000000, -1.0000113248825073 }, - {-2.4824290449032560e-05, -1.0000115633010864 }, + {{{{{0.00000000000000000, -1.8135968446731567 }, + {0.00000000000000000, -1.0033817291259766 }, + {-0.0073835160583257675, 0.00000000000000000 }}}, 2.26585215e+11f}, + {{{0.00000000000000000, -1.0000113248825073 }, + {-2.4824290449032560e-05, -1.0000115633010864 }, {-0.0073835160583257675, 0.00000000000000000 }}}}, {{{{{494.348663,224.583771}, {494.365143,224.633194}, {494.376404,224.684067}}}, 0.998645842f}, diff --git a/tests/PathOpsCubicConicIntersectionTest.cpp b/tests/PathOpsCubicConicIntersectionTest.cpp index ff4dec9864..aa8a9d8599 100644 --- a/tests/PathOpsCubicConicIntersectionTest.cpp +++ b/tests/PathOpsCubicConicIntersectionTest.cpp @@ -20,14 +20,14 @@ static struct cubicConic { // SkOPASSERT(oppStartT < oppEndT); // Throwing an error here breaks one test, but only in release. // More work to be done to figure this out. - {{{{2.1883804947719909e-05, 3.6366123822517693e-05 }, - {2.9145950975362211e-05, 2.9117207304807380e-05 }, - {2.9113532946212217e-05, 2.9173743314458989e-05 }, - {0.00000000000000000, 5.8282588724978268e-05 }}}, - {{{{0.00000000000000000, 5.8282581449020654e-05 }, - {0.00000000000000000, 5.8282563259126619e-05 }, + {{{{2.1883804947719909e-05, 3.6366123822517693e-05 }, + {2.9145950975362211e-05, 2.9117207304807380e-05 }, + {2.9113532946212217e-05, 2.9173743314458989e-05 }, + {0.00000000000000000, 5.8282588724978268e-05 }}}, + {{{{0.00000000000000000, 5.8282581449020654e-05 }, + {0.00000000000000000, 5.8282563259126619e-05 }, {5.8282588724978268e-05, 0.00000000000000000 }}}, 53684.6563f}}, -#endif +#endif {{{{188.60000610351562, 2041.5999755859375}, {188.60000610351562, 2065.39990234375}, {208, 2084.800048828125}, {231.80000305175781, 2084.800048828125}}}, diff --git a/tests/TransferPixelsTest.cpp b/tests/TransferPixelsTest.cpp old mode 100755 new mode 100644 -- cgit v1.2.3