Skip to content

Commit 6807b35

Browse files
author
Alexander Batashev
committed
more clang-format
1 parent 30313e2 commit 6807b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/stl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ using exception_ptr_class
7474
__SYCL2020_DEPRECATED("use STL classes directly") = std::exception_ptr;
7575

7676
template <typename T, typename... ArgsT>
77-
std::unique_ptr<T> make_unique_ptr(ArgsT &&...Args) {
77+
std::unique_ptr<T> make_unique_ptr(ArgsT &&... Args) {
7878
return std::unique_ptr<T>(new T(std::forward<ArgsT>(Args)...));
7979
}
8080

0 commit comments

Comments
 (0)