Fix the whitespace warning.

pull/1744/head
Baichuan Su 11 years ago
parent 99a00d3dd9
commit 9a0d06247a
  1. 2
      modules/ocl/src/opencl/imgproc_calcHarris.cl

@ -195,7 +195,7 @@ __kernel void calcHarris(__global const float *Dx, __global const float *Dy, __g
FPTYPE temp_sum = 0;
for (int i=-anX; i<=anX - till; i++)
{
temp_sum += temp[k][col+i];
temp_sum += temp[k][col+i];
}
tmp_sum[k] = temp_sum;
}

Loading…
Cancel
Save