From 22b07e0233a29d9633ffa825a79503befaf2e16e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Oct 2015 16:17:49 +0200 Subject: NOOP, remove trailing tabs/whitespace. --- libs/evoral/test/CurveTest.cpp | 2 +- libs/evoral/test/RangeTest.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/evoral/test') diff --git a/libs/evoral/test/CurveTest.cpp b/libs/evoral/test/CurveTest.cpp index e7634f3602..07b4184833 100644 --- a/libs/evoral/test/CurveTest.cpp +++ b/libs/evoral/test/CurveTest.cpp @@ -334,7 +334,7 @@ CurveTest::constrainedCubic () f"2(x2) = 2*(2*f'2(x2) + f'2(x1))/(x2 – x1) - 6*(y2 – y1)/ (x2 – x1)^2 = 2*(2*0 + 1.8181)/(30 – 10) – 6*(150 – 130)/(30 – 10)^2 = -0.11818 - + d2 = 1/6 * (f"2(x2) - f"2(x1))/(x2 – x1) = 1/6 * (-0.11818 + 0.063636)/(30 – 10) = -0.0004545 diff --git a/libs/evoral/test/RangeTest.hpp b/libs/evoral/test/RangeTest.hpp index 2caea410e6..b06a477b4d 100644 --- a/libs/evoral/test/RangeTest.hpp +++ b/libs/evoral/test/RangeTest.hpp @@ -23,4 +23,4 @@ public: void coverageTest (); }; - + -- cgit v1.2.3