Undo changing whitespace.
authorJose-Luis Blanco-Claraco <joseluisblancoc@gmail.com>
Mon, 21 Oct 2013 13:59:26 +0000 (15:59 +0200)
committerJose-Luis Blanco-Claraco <joseluisblancoc@gmail.com>
Mon, 21 Oct 2013 13:59:26 +0000 (15:59 +0200)
modules/features2d/src/orb.cpp

index 8d12060..a6e8ffa 100644 (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);
 }