Commit 4fafab37 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed extra whitespace

parent 42e604ab
......@@ -323,7 +323,7 @@ static bool ocl_FAST( InputArray _img, std::vector<KeyPoint>& keypoints,
for( i = 0; i < newcounter; i++ )
keypoints.push_back(KeyPoint((float)pt2[i].x, (float)pt2[i].y, 7.f, -1, (float)pt2[i].z));
}
return true;
}
......
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