removed extra whitespaces

This commit is contained in:
Vadim Pisarevsky 2014-06-24 23:05:24 +04:00
parent 07c0d50edf
commit 66f2e527b6
2 changed files with 1 additions and 2 deletions

View File

@ -215,4 +215,3 @@ class CV_EXPORTS DetectionBasedTracker
#endif #endif
#endif #endif

View File

@ -45,7 +45,7 @@
#if (defined(__cplusplus) && __cplusplus > 199711L) || (defined(_MSC_VER) && _MSC_VER >= 1700) #if (defined(__cplusplus) && __cplusplus > 199711L) || (defined(_MSC_VER) && _MSC_VER >= 1700)
#define USE_STD_THREADS #define USE_STD_THREADS
#endif #endif
#if defined(__linux__) || defined(LINUX) || defined(__APPLE__) || defined(ANDROID) || defined(USE_STD_THREADS) #if defined(__linux__) || defined(LINUX) || defined(__APPLE__) || defined(ANDROID) || defined(USE_STD_THREADS)