Skip to content

Commit 7dfa16b

Browse files
committed
Apply clang-format
1 parent 7bf8579 commit 7dfa16b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sycl/include/sycl/sub_group.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,9 @@ struct sub_group {
665665
sub_group() = default;
666666
};
667667

668-
template <int Dimensions>
669-
sub_group nd_item<Dimensions>::get_sub_group() const { return sub_group(); }
668+
template <int Dimensions> sub_group nd_item<Dimensions>::get_sub_group() const {
669+
return sub_group();
670+
}
670671

671672
} // namespace _V1
672673
} // namespace sycl

sycl/test-e2e/GroupAlgorithm/different_types.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#include <numeric>
99
#include <sycl/detail/core.hpp>
1010
#include <sycl/group_algorithm.hpp>
11-
#include <sycl/sycl_span.hpp>
1211
#include <sycl/sub_group.hpp>
12+
#include <sycl/sycl_span.hpp>
1313

1414
using namespace sycl;
1515

0 commit comments

Comments
 (0)