Skip to content

Commit a71d591

Browse files
committed
[SYCL] applied formatting required by code_formatter CI job
1 parent 7379a88 commit a71d591

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

sycl/include/sycl/detail/spirv.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ struct is_tangle_or_opportunistic_group : std::false_type {};
6262

6363
template <typename ParentGroup>
6464
struct is_tangle_or_opportunistic_group<
65-
sycl::ext::oneapi::experimental::tangle<ParentGroup>>
66-
: std::true_type {};
65+
sycl::ext::oneapi::experimental::tangle<ParentGroup>> : std::true_type {};
6766

6867
template <>
6968
struct is_tangle_or_opportunistic_group<

sycl/include/sycl/ext/oneapi/experimental/tangle.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ template <typename ParentGroup> class tangle {
132132

133133
friend tangle<ParentGroup> get_tangle<ParentGroup>(ParentGroup);
134134

135-
friend sub_group_mask sycl::detail::GetMask<tangle<ParentGroup>>(
136-
tangle<ParentGroup> Group);
135+
friend sub_group_mask
136+
sycl::detail::GetMask<tangle<ParentGroup>>(tangle<ParentGroup> Group);
137137
};
138138

139139
template <typename Group>

0 commit comments

Comments
 (0)