From 453995e01d884d62ce2e808e0067e494c0c9c7fa Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Sat, 10 Nov 2012 02:01:26 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@6376 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/Matrix44Test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Matrix44Test.cpp') diff --git a/tests/Matrix44Test.cpp b/tests/Matrix44Test.cpp index 906535872f..086321c1cf 100644 --- a/tests/Matrix44Test.cpp +++ b/tests/Matrix44Test.cpp @@ -94,13 +94,13 @@ static void test_concat(skiatest::Reporter* reporter) { d = a; d.preConcat(b); REPORTER_ASSERT(reporter, d == c); - + c.mapScalars(src, dst); c.mapScalars(src + 4, dst + 4); for (i = 0; i < 3; ++i) { REPORTER_ASSERT(reporter, 10 == dst[i]); REPORTER_ASSERT(reporter, 12 == dst[i + 4]); } - + c.setConcat(b, a); d = a; -- cgit v1.2.3