Skip to content

Commit e42b77d

Browse files
committed
Clang-format fix
1 parent b77c9a3 commit e42b77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ event handler::finalize() {
206206
std::cout << "An empty command group is supported by SYCL 2020."
207207
<< std::endl;
208208
}
209-
detail::EventImplPtr Event =
209+
detail::EventImplPtr Event =
210210
std::make_shared<cl::sycl::detail::event_impl>();
211211
MLastEvent = detail::createSyclObjFromImpl<event>(Event);
212212
return MLastEvent;

0 commit comments

Comments
 (0)