Undo changing whitespace.

This commit is contained in:
Jose-Luis Blanco-Claraco 2013-10-21 15:59:26 +02:00
parent bec35eeddb
commit c33ca77838

View File

@ -938,7 +938,7 @@ void ORB::operator()( InputArray _image, InputArray _mask, std::vector<KeyPoint>
}
}
void ORB::detectImpl(const Mat& image, std::vector<KeyPoint>& keypoints, const Mat& mask) const
void ORB::detectImpl( const Mat& image, std::vector<KeyPoint>& keypoints, const Mat& mask) const
{
(*this)(image, mask, keypoints, noArray(), false);
}