From 3b96da891e9d306186595ce5c4268dec7d289880 Mon Sep 17 00:00:00 2001 From: AhmedAmraniAkdi Date: Wed, 1 May 2024 17:17:55 +0100 Subject: [PATCH] Formatting --- .../extensions/cl_khr_kernel_clock/kernel_clock.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test_conformance/extensions/cl_khr_kernel_clock/kernel_clock.cpp b/test_conformance/extensions/cl_khr_kernel_clock/kernel_clock.cpp index c3759c1b4b..8d5211a0f8 100644 --- a/test_conformance/extensions/cl_khr_kernel_clock/kernel_clock.cpp +++ b/test_conformance/extensions/cl_khr_kernel_clock/kernel_clock.cpp @@ -56,9 +56,10 @@ class KernelClockTest { bool Skip() { cl_device_kernel_clock_capabilities_khr capabilities; - cl_int error = clGetDeviceInfo( - device, CL_DEVICE_KERNEL_CLOCK_CAPABILITIES_KHR, - sizeof(cl_device_kernel_clock_capabilities_khr), &capabilities, NULL); + cl_int error = + clGetDeviceInfo(device, CL_DEVICE_KERNEL_CLOCK_CAPABILITIES_KHR, + sizeof(cl_device_kernel_clock_capabilities_khr), + &capabilities, NULL); test_error(error, "Unable to query " "CL_DEVICE_KERNEL_CLOCK_CAPABILITIES_KHR");