From 90540528b243c07a3d64a728e323d7448ea752b4 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 f818e26bd5..04f5a0be16 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]) {