More whitespace fixes.

This commit is contained in:
Dan 2015-09-25 08:56:37 -04:00
parent 12dcb1555e
commit ab84de967e

View File

@ -66,5 +66,3 @@ thrust::permutation_iterator<thrust::device_ptr<T>, thrust::transform_iterator<s
thrust::make_transform_iterator(thrust::make_counting_iterator(mat.rows*mat.cols), step_functor<T>(mat.cols, mat.step / sizeof(T), mat.channels())));
}
//! [end_itr]