Skip to content

Commit 640f679

Browse files
committed
fix clang format
Signed-off-by: jinge90 <[email protected]>
1 parent 1351401 commit 640f679

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2884,9 +2884,9 @@ static void mergeImageData(const std::vector<device_image_plain> &Imgs,
28842884
getSyclObjImpl(Img);
28852885
// Duplicates are not expected here, otherwise urProgramLink should fail
28862886
if (DeviceImageImpl->get_kernel_ids_ptr())
2887-
KernelIDs.insert(KernelIDs.end(),
2888-
DeviceImageImpl->get_kernel_ids_ptr()->begin(),
2889-
DeviceImageImpl->get_kernel_ids_ptr()->end());
2887+
KernelIDs.insert(KernelIDs.end(),
2888+
DeviceImageImpl->get_kernel_ids_ptr()->begin(),
2889+
DeviceImageImpl->get_kernel_ids_ptr()->end());
28902890
// To be able to answer queries about specialziation constants, the new
28912891
// device image should have the specialization constants from all the linked
28922892
// images.

0 commit comments

Comments
 (0)