Skip to content

Commit 94c2158

Browse files
committed
Fixed formatting
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent a1c10ba commit 94c2158

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

unified-runtime/source/adapters/level_zero/platform.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ ur_result_t ur_platform_handle_t_::initialize() {
277277
}
278278
// Check if extension is available for Spec External Sempahores
279279
if (strncmp(extension.name, ZE_EXTERNAL_SEMAPHORES_EXTENSION_NAME,
280-
strlen(ZE_EXTERNAL_SEMAPHORES_EXTENSION_NAME) + 1) == 0) {
280+
strlen(ZE_EXTERNAL_SEMAPHORES_EXTENSION_NAME) + 1) == 0) {
281281
if (extension.version == ZE_EXTERNAL_SEMAPHORE_EXT_VERSION_1_0) {
282282
ZeExternalSemaphoreExtensionSupported = true;
283283
}
@@ -356,10 +356,10 @@ ur_result_t ur_platform_handle_t_::initialize() {
356356
0);
357357
ZeExternalSemaphoreExt.Supported |=
358358
(ZE_CALL_NOCHECK(zeDriverGetExtensionFunctionAddress,
359-
(ZeDriver, "zeDeviceReleaseExternalSemaphoreExt",
360-
reinterpret_cast<void **>(
361-
&ZeExternalSemaphoreExt
362-
.zexDeviceReleaseExternalSemaphoreExp))) ==
359+
(ZeDriver, "zeDeviceReleaseExternalSemaphoreExt",
360+
reinterpret_cast<void **>(
361+
&ZeExternalSemaphoreExt
362+
.zexDeviceReleaseExternalSemaphoreExp))) ==
363363
0);
364364
} else if (ZeIntelExternalSemaphoreExtensionSupported) {
365365
ZeExternalSemaphoreExt.Supported |=

0 commit comments

Comments
 (0)