Skip to content

Commit

Permalink
fixes format
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancepillois committed Jan 25, 2024
1 parent c189890 commit 53b76bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/source/detail/event_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ event_impl::event_impl(sycl::detail::pi::PiEvent Event,
}

event_impl::event_impl(const QueueImplPtr &Queue)
: MQueue{Queue}, MIsProfilingEnabled{Queue->is_host() ||
Queue->MIsProfilingEnabled},
: MQueue{Queue},
MIsProfilingEnabled{Queue->is_host() || Queue->MIsProfilingEnabled},
MFallbackProfiling{MIsProfilingEnabled && Queue->isProfilingFallback()} {
this->setContextImpl(Queue->getContextImplPtr());
if (Queue->is_host()) {
Expand Down

0 comments on commit 53b76bb

Please sign in to comment.