Removed last trailing whitespace. Can't believe I missed it.

pull/5400/head^2
Dan Moodie 9 years ago
parent e4184195a2
commit f332f98757
  1. 2
      samples/cpp/tutorial_code/gpu/gpu-thrust-interop/Thrust_interop.hpp

@ -27,7 +27,7 @@ template<typename T> struct step_functor : public thrust::unary_function<int, in
int operator()(int x) const
{
int row = x / columns;
int idx = (row * step) + (x % columns)*channels;
int idx = (row * step) + (x % columns)*channels;
return idx;
}
};

Loading…
Cancel
Save