Skip to content

Commit 090e803

Browse files
committed
remove trailing whitespace
1 parent 88f22c5 commit 090e803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/99_svmfree/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static void test_malloc(cl::Context& context, cl::CommandQueue& queue, cl::Kerne
3434
CL_MEM_READ_WRITE,
3535
count * sizeof(int),
3636
0);
37-
37+
3838
kernel.setArg(0, ptr);
3939
kernel.setArg(1, kernelOperationsCount);
4040

0 commit comments

Comments
 (0)