Skip to content

Commit 3c8d1e9

Browse files
clang-format
1 parent b7e5f95 commit 3c8d1e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/include/sycl/detail/generic_type_traits.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,7 @@ using select_cl_scalar_float_t =
486486
// Use SFINAE so that std::complex specialization could be implemented in
487487
// include/sycl/stl_wrappers/complex that would only be available if STL's
488488
// <complex> is included by users.
489-
template <typename T, typename = void>
490-
struct select_cl_scalar_complex_or_T {
489+
template <typename T, typename = void> struct select_cl_scalar_complex_or_T {
491490
using type = T;
492491
};
493492

0 commit comments

Comments
 (0)