Skip to content

Commit 241b90b

Browse files
committed
formatting fixed
1 parent 740103e commit 241b90b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/unittests/Extensions/VirtualMemory/Exceptions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ ur_result_t after_urDeviceGetInfo_SingleDevice(void *pParams) {
5959
case UR_DEVICE_INFO_VIRTUAL_MEMORY_SUPPORT: {
6060
if (*params->ppPropValue) {
6161
if (*params->phDevice == GlobalDevicesHandle[0]) {
62-
*static_cast<ur_bool_t *>(*params->ppPropValue) =VirtualMemSupported;
63-
}
62+
*static_cast<ur_bool_t *>(*params->ppPropValue) = VirtualMemSupported;
63+
}
6464
}
6565
if (*params->ppPropSizeRet)
6666
**params->ppPropSizeRet = sizeof(ur_bool_t);

0 commit comments

Comments
 (0)