Skip to content

Commit

Permalink
fixed extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vpisarev committed Mar 13, 2014
1 parent 42e604a commit 4fafab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/features2d/src/fast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 4fafab3

Please sign in to comment.