Remove trailing whitespace.

This commit is contained in:
peng xiao 2013-08-28 16:23:46 +08:00
parent 287c8a3330
commit 9f0a88c1d6

View File

@ -742,7 +742,7 @@ kernel void processRetinaParvoMagnoMapping(
}
const int offset = mad24(gidy, elements_per_row, gidx);
float distanceToCenter =
float distanceToCenter =
sqrt(((float)(gidy - halfRows) * (gidy - halfRows) + (gidx - halfCols) * (gidx - halfCols)));
float a = distanceToCenter < minDistance ?