Remove trailing whitespace.
This commit is contained in:
parent
287c8a3330
commit
9f0a88c1d6
@ -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 ?
|
||||
|
Loading…
Reference in New Issue
Block a user