Fix useless space...
authorMathieu Barnachon <mathieu.barnachon@gmail.com>
Sun, 24 Nov 2013 14:38:48 +0000 (15:38 +0100)
committerMathieu Barnachon <mathieu.barnachon@gmail.com>
Sun, 24 Nov 2013 14:38:48 +0000 (15:38 +0100)
modules/features2d/src/bagofwords.cpp

index 11f8c4b..8416ebd 100644 (file)
@@ -153,10 +153,10 @@ void BOWImgDescriptorExtractor::compute( const Mat& image, std::vector<KeyPoint>
     dextractor->compute( image, keypoints, descriptors );
 
     compute( descriptors, imgDescriptor, pointIdxsOfClusters );
-       
+
     // Add the descriptors of image keypoints
     if (_descriptors) {
-        *_descriptors = descriptors.clone(); 
+        *_descriptors = descriptors.clone();
     }
 }