From 5ff5ba4a6d63003e303619fa7139e2b4477785fc Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Sun, 2 Feb 2025 13:54:56 -0800 Subject: [PATCH] fix formatting --- test_conformance/spirv_new/test_integer_dot_product.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_conformance/spirv_new/test_integer_dot_product.cpp b/test_conformance/spirv_new/test_integer_dot_product.cpp index ff83d2116a..6e5751bf8a 100644 --- a/test_conformance/spirv_new/test_integer_dot_product.cpp +++ b/test_conformance/spirv_new/test_integer_dot_product.cpp @@ -110,8 +110,8 @@ static int test_case_dot(cl_device_id device, cl_context context, bool useCoreSPIRV, bool packed, bool sat) { std::string opcode; - if (std::numeric_limits::is_signed && - std::numeric_limits::is_signed) + if (std::numeric_limits::is_signed + && std::numeric_limits::is_signed) { opcode = "OpSDot"; }