Skip to content

Commit 6b6b7f5

Browse files
committed
Fix whitespace.
1 parent 91b4b43 commit 6b6b7f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/zip_iterator.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ void TestZipIteratorCopy(void)
282282
Vector output0(4), output1(4);
283283

284284
// initialize input
285-
sequence(input0.begin(), input0.end(), T{0});
285+
sequence(input0.begin(), input0.end(), T{0});
286286
sequence(input1.begin(), input1.end(), T{13});
287287

288288
copy( make_zip_iterator(make_tuple(input0.begin(), input1.begin())),

0 commit comments

Comments
 (0)