Skip to content

Commit 5d4eab1

Browse files
committed
fix formatting
1 parent 7208ad4 commit 5d4eab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/source/detail/queue_impl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ void queue_impl::wait(const detail::code_location &CodeLoc) {
277277
#endif
278278

279279
#if 1
280-
if(has_property<ext::oneapi::property::queue::lazy_execution>()){
280+
if (has_property<ext::oneapi::property::queue::lazy_execution>()) {
281281
const detail::plugin &Plugin = getPlugin();
282282
if (Plugin.getBackend() == backend::ext_oneapi_level_zero)
283-
Plugin.call<detail::PiApiKind::piKernelLaunch>(getHandleRef());
283+
Plugin.call<detail::PiApiKind::piKernelLaunch>(getHandleRef());
284284
}
285285
#endif
286286

0 commit comments

Comments
 (0)