fixed extra whitespace

This commit is contained in:
Vadim Pisarevsky 2014-03-13 23:18:41 +04:00
parent 42e604abea
commit 4fafab3786

View File

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