Skip to content

Commit a3f17fa

Browse files
committed
Apply clang-format
Signed-off-by: Alexey Sotkin <[email protected]>
1 parent fb5bcbc commit a3f17fa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sycl/include/sycl/ext/intel/experimental/bfloat16.hpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ namespace ext {
1616
namespace intel {
1717
namespace experimental {
1818

19-
class [[sycl_detail::uses_aspects(ext_intel_bf16_conversion)]]
20-
bfloat16 {
19+
class [[sycl_detail::uses_aspects(ext_intel_bf16_conversion)]] bfloat16 {
2120
using storage_t = uint16_t;
2221
storage_t value;
2322

2423
public:
2524
bfloat16() = default;
26-
bfloat16(const bfloat16&) = default;
25+
bfloat16(const bfloat16 &) = default;
2726
~bfloat16() = default;
2827

2928
// Direct initialization
@@ -62,4 +61,3 @@ namespace __SYCL2020_DEPRECATED("use 'ext::intel' instead") INTEL {
6261
}
6362
} // namespace sycl
6463
} // __SYCL_INLINE_NAMESPACE(cl)
65-

0 commit comments

Comments
 (0)