Skip to content

Commit ca4b228

Browse files
authored
Update handler.hpp
1 parent 6f356ea commit ca4b228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/handler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ class __SYCL_EXPORT handler {
626626

627627
template <typename T> void setArgHelper(int ArgIndex, T &&Arg) {
628628
void *StoredArg = storePlainArg(Arg);
629-
629+
630630
if (!std::is_same<cl_mem, T>::value && std::is_pointer<T>::value) {
631631
addArg(detail::kernel_param_kind_t::kind_pointer, StoredArg, sizeof(T),
632632
ArgIndex);

0 commit comments

Comments
 (0)