Skip to content

Commit 3627035

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ DynRTDeviceBinaryImage::DynRTDeviceBinaryImage(
10041004
Bin->EntriesEnd = nullptr;
10051005
Bin->Format = pi::getBinaryImageFormat(Bin->BinaryStart, DataSize);
10061006

1007-
switch(Bin->Format) {
1007+
switch (Bin->Format) {
10081008
case PI_DEVICE_BINARY_TYPE_SPIRV:
10091009
Bin->DeviceTargetSpec = PI_DEVICE_BINARY_TARGET_SPIRV64;
10101010
break;

0 commit comments

Comments
 (0)