From: Vadim Pisarevsky Date: Tue, 24 Jun 2014 19:05:24 +0000 (+0400) Subject: removed extra whitespaces X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~323^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66f2e527b61e86be8361b48fb61b330806eec881;p=profile%2Fivi%2Fopencv.git removed extra whitespaces --- diff --git a/modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp b/modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp index 4418094..0c4d130 100644 --- a/modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp +++ b/modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp @@ -215,4 +215,3 @@ class CV_EXPORTS DetectionBasedTracker #endif #endif - diff --git a/modules/objdetect/src/detection_based_tracker.cpp b/modules/objdetect/src/detection_based_tracker.cpp index f1ab0a8..211365a 100644 --- a/modules/objdetect/src/detection_based_tracker.cpp +++ b/modules/objdetect/src/detection_based_tracker.cpp @@ -45,7 +45,7 @@ #if (defined(__cplusplus) && __cplusplus > 199711L) || (defined(_MSC_VER) && _MSC_VER >= 1700) #define USE_STD_THREADS -#endif +#endif #if defined(__linux__) || defined(LINUX) || defined(__APPLE__) || defined(ANDROID) || defined(USE_STD_THREADS)