Commit 9f0a88c1 authored by peng xiao's avatar peng xiao

Remove trailing whitespace.

parent 287c8a33
......@@ -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 ?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment