From adf1ab6142f97ba85b93f4f2ffe62c485d5c9653 Mon Sep 17 00:00:00 2001 From: Chuang-Yu Cheng Date: Thu, 20 Jun 2024 08:23:38 +0100 Subject: [PATCH] NFC: spirv_new - test_decorate: fix format. --- test_conformance/spirv_new/test_decorate.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_conformance/spirv_new/test_decorate.cpp b/test_conformance/spirv_new/test_decorate.cpp index b8012691e6..b4b9b20237 100644 --- a/test_conformance/spirv_new/test_decorate.cpp +++ b/test_conformance/spirv_new/test_decorate.cpp @@ -328,7 +328,8 @@ int verify_saturated_results(cl_device_id deviceID, cl_context context, for (int i = 0; i < num; i++) { - To val = compute_saturated_output(h_lhs[i], h_rhs[i], half_rounding); + To val = compute_saturated_output(h_lhs[i], h_rhs[i], + half_rounding); if (val != h_res[i]) {