Skip to content

Commit

Permalink
more formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Jan 5, 2025
1 parent 3c2d0e5 commit f398506
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test_conformance/SVM/unified_svm_fixture.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,7 @@ template <typename T> class USVMWrapper {
return read(dst.data(), dst.size(), offset);
}

cl_int read(T& dst, size_t offset = 0)
{
return read(&dst, 1, offset);
}
cl_int read(T& dst, size_t offset = 0) { return read(&dst, 1, offset); }

T* get_ptr() { return data; }

Expand Down

0 comments on commit f398506

Please sign in to comment.