From 535fc8a0df75648968fd42c2f1ce8b150f5c2c13 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 30 Jul 2015 12:39:32 +0200 Subject: [PATCH] Small whitespace fix. --- ycbcr_422interleaved_input_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ycbcr_422interleaved_input_test.cpp b/ycbcr_422interleaved_input_test.cpp index d47bb90..ac61ec1 100644 --- a/ycbcr_422interleaved_input_test.cpp +++ b/ycbcr_422interleaved_input_test.cpp @@ -57,9 +57,9 @@ TEST(YCbCr422InterleavedInputTest, Simple422) { tester.run(out_data, GL_RGBA, COLORSPACE_sRGB, GAMMA_sRGB); - // Y'CbCr isn't 100% accurate (the input values are rounded), - // so we need some leeway. - expect_equal(expected_data, out_data, 4 * width, height, 0.025, 0.002); + // Y'CbCr isn't 100% accurate (the input values are rounded), + // so we need some leeway. + expect_equal(expected_data, out_data, 4 * width, height, 0.025, 0.002); } // Adapted from the YCbCrInput test of the same name. -- 2.39.2