Skip to content

Commit dcbae7a

Browse files
JackAKirkcallumfare
authored andcommitted
Fix format.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
1 parent b409150 commit dcbae7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/conformance/exp_launch_properties/launch_properties.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ TEST_P(urEnqueueKernelLaunchCustomTest, Success) {
7676
}
7777

7878
ur_bool_t cluster_launch_supported = false;
79-
ASSERT_SUCCESS(
80-
urDeviceGetInfo(device, UR_DEVICE_INFO_CLUSTER_LAUNCH_EXP,
81-
sizeof(ur_bool_t), &cluster_launch_supported, nullptr));
79+
ASSERT_SUCCESS(urDeviceGetInfo(
80+
device, UR_DEVICE_INFO_CLUSTER_LAUNCH_EXP, sizeof(ur_bool_t),
81+
&cluster_launch_supported, nullptr));
8282

8383
if (cluster_launch_supported) {
8484
ur_exp_launch_property_t cluster_dims_prop;

0 commit comments

Comments
 (0)