fixed extra whitespace

pull/2480/head
Vadim Pisarevsky 11 years ago
parent 42e604abea
commit 4fafab3786
  1. 2
      modules/features2d/src/fast.cpp

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

Loading…
Cancel
Save