Skip to content

Commit 5e40ddf

Browse files
CI clang-format
1 parent e0bf2f2 commit 5e40ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/include/sycl/ext/oneapi/properties/properties.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ class __SYCL_EBO properties<detail::properties_type_list<property_tys...>>
253253

254254
// Compile-time property.
255255
template <typename property_key_t>
256-
static constexpr auto get_property()
257-
-> std::enable_if_t<std::is_empty_v<prop_t<property_key_t>>,
258-
prop_t<property_key_t>> {
256+
static constexpr auto
257+
get_property() -> std::enable_if_t<std::is_empty_v<prop_t<property_key_t>>,
258+
prop_t<property_key_t>> {
259259
return prop_t<property_key_t>{};
260260
}
261261

0 commit comments

Comments
 (0)