Skip to content

Commit 1f91343

Browse files
authored
Update pi.cpp
1 parent 8db2204 commit 1f91343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/source/detail/pi.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ void contextSetExtendedDeleter(const cl::sycl::context &context,
141141
auto impl = getSyclObjImpl(context);
142142
auto contextHandle = reinterpret_cast<pi_context>(impl->getHandleRef());
143143
auto plugin = impl->getPlugin();
144-
plugin.call<PiApiKind::piextContextSetExtendedDeleter>(
145-
contextHandle, func, user_data);
144+
plugin.call<PiApiKind::piextContextSetExtendedDeleter>(contextHandle, func,
145+
user_data);
146146
}
147147

148148
std::string platformInfoToString(pi_platform_info info) {

0 commit comments

Comments
 (0)