Skip to content

Commit 918d3dc

Browse files
committed
Fix formatting.
1 parent 347ee8c commit 918d3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conformance/kernel/urKernelGetInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ TEST_P(urKernelGetInfoTest, Attributes) {
103103
sizeof(backend), &backend, nullptr));
104104
if (backend == UR_PLATFORM_BACKEND_OPENCL ||
105105
backend == UR_PLATFORM_BACKEND_LEVEL_ZERO) {
106-
// Older intel drivers don't attach any default attributes and newer
106+
// Older intel drivers don't attach any default attributes and newer
107107
// ones force walk order to X/Y/Z using special attribute.
108108
ASSERT_TRUE(returned_attributes.empty() ||
109109
returned_attributes ==

0 commit comments

Comments
 (0)