From 851a8a1cd0e5a1717ed2863641c27451c170faee Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Mon, 30 Sep 2013 14:31:39 +0400 Subject: [PATCH] fixed whitespace error --- modules/python/src2/cv2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/python/src2/cv2.cpp b/modules/python/src2/cv2.cpp index f404c0625..fa5f50211 100644 --- a/modules/python/src2/cv2.cpp +++ b/modules/python/src2/cv2.cpp @@ -138,7 +138,7 @@ typedef Ptr Ptr_StereoSGBM; typedef Ptr Ptr_ChannelFeatureBuilder; typedef Ptr Ptr_CLAHE; typedef Ptr Ptr_LineSegmentDetector; - + typedef SimpleBlobDetector::Params SimpleBlobDetector_Params; typedef cvflann::flann_distance_t cvflann_flann_distance_t;