Skip to content

Commit 4ef3f91

Browse files
committed
fix clang-format
Signed-off-by: hiaselhans <[email protected]>
1 parent a18ddcd commit 4ef3f91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,11 +1005,11 @@ DynRTDeviceBinaryImage::DynRTDeviceBinaryImage(
10051005
Bin->Format = pi::getBinaryImageFormat(Bin->BinaryStart, DataSize);
10061006

10071007
switch(Bin->Format) {
1008-
case PI_DEVICE_BINARY_TYPE_SPIRV:
1009-
Bin->DeviceTargetSpec = PI_DEVICE_BINARY_TARGET_SPIRV64;
1010-
break;
1011-
default:
1012-
Bin->DeviceTargetSpec = PI_DEVICE_BINARY_TARGET_UNKNOWN;
1008+
case PI_DEVICE_BINARY_TYPE_SPIRV:
1009+
Bin->DeviceTargetSpec = PI_DEVICE_BINARY_TARGET_SPIRV64;
1010+
break;
1011+
default:
1012+
Bin->DeviceTargetSpec = PI_DEVICE_BINARY_TARGET_UNKNOWN;
10131013
}
10141014

10151015
init(Bin);

0 commit comments

Comments
 (0)