Skip to content

Commit fdaf3f6

Browse files
committed
More formatting fixes
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 27b2129 commit fdaf3f6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

sycl/include/sycl/ext/oneapi/device_global/device_global.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ struct HasArrowOperator<T,
5252
// Checks that T is a reference to either device_global or
5353
// device_global_base. This is used by the variadic ctor to allow copy ctors to
5454
// take preference.
55-
template <typename T>
56-
struct IsDeviceGlobalOrBaseRef : std::false_type {};
55+
template <typename T> struct IsDeviceGlobalOrBaseRef : std::false_type {};
5756

5857
// Base class for device_global.
5958
template <typename T, typename PropertyListT, typename = void>

sycl/test/extensions/device_global/device_global_copy_negative.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ oneapiext::device_global<float, device_image_properties> DGCopy3{DGInit3};
2626
oneapiext::device_global<const int> DGInit4{3};
2727
oneapiext::device_global<const int, device_image_properties> DGCopy4{DGInit4};
2828

29-
3029
int main() { return 0; }

0 commit comments

Comments
 (0)