Skip to content

Commit e798dd9

Browse files
clang-format
1 parent 0bf8359 commit e798dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/source/detail/pipes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ namespace experimental {
2323
__SYCL_EXPORT sycl::detail::string
2424
pipe_base::get_pipe_name_impl(const void *HostPipePtr) {
2525
return {std::string_view{sycl::_V1::detail::ProgramManager::getInstance()
26-
.getHostPipeEntry(HostPipePtr)
27-
->MUniqueId}};
26+
.getHostPipeEntry(HostPipePtr)
27+
->MUniqueId}};
2828
}
2929

3030
__SYCL_EXPORT bool pipe_base::wait_non_blocking(const event &E) {

0 commit comments

Comments
 (0)