Skip to content

Commit 66f6cd6

Browse files
author
Chen, Brox
committed
clang format
1 parent 3d19d6b commit 66f6cd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ class __SYCL_SPECIAL_CLASS
182182
__SYCL_TYPE(annotated_ptr) annotated_ptr<T, detail::properties_t<Props...>> {
183183
using property_list_t = detail::properties_t<Props...>;
184184

185-
static_assert(
186-
std::is_same_v<T, void> || std::is_trivially_copyable_v<T>,
187-
"annotated_ptr can only be encapsulated with either trivially-copyable type "
188-
"or void!");
185+
static_assert(std::is_same_v<T, void> || std::is_trivially_copyable_v<T>,
186+
"annotated_ptr can only be encapsulated with either "
187+
"trivially-copyable type "
188+
"or void!");
189189

190190
// buffer_location and alignment are allowed for annotated_ref
191191
// Cache controls are allowed for annotated_ptr

0 commit comments

Comments
 (0)