Fix the whitespace warning.

This commit is contained in:
Baichuan Su
2013-11-07 15:04:17 -08:00
parent 99a00d3dd9
commit 9a0d06247a

View File

@@ -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;
}