Skip to content

Commit a042881

Browse files
committed
Clang-format fix
1 parent 7bf586c commit a042881

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,9 +1800,10 @@ device_image_plain ProgramManager::build(const device_image_plain &DeviceImage,
18001800
// devices a program is built for, so add the program to the cache for all
18011801
// other devices.
18021802
const detail::plugin &Plugin = ContextImpl->getPlugin();
1803-
auto CacheOtherDevices = [ResProgram, &Plugin]() {
1803+
auto CacheOtherDevices = [ResProgram, &Plugin]() {
18041804
Plugin.call<PiApiKind::piProgramRetain>(ResProgram);
1805-
return ResProgram; };
1805+
return ResProgram;
1806+
};
18061807

18071808
// The program for device "0" is already added to the cache during the first
18081809
// call to getOrBuild, so starting with "1"

0 commit comments

Comments
 (0)