mirror of
https://github.com/opencv/opencv.git
synced 2025-06-15 22:20:58 +08:00
Fix line ending at EOF
This commit is contained in:
parent
3cfc22ae4e
commit
61f79c2632
@ -2296,4 +2296,3 @@ inline void check_descriptor_limits(int &x, int &y, int width, int height) {
|
|||||||
inline int fRound(float flt) {
|
inline int fRound(float flt) {
|
||||||
return (int)(flt + 0.5f);
|
return (int)(flt + 0.5f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file config.h
|
* @file config.h
|
||||||
* @brief Configuration file
|
* @brief Configuration file
|
||||||
@ -24,13 +23,6 @@
|
|||||||
// OpenCV Includes
|
// OpenCV Includes
|
||||||
#include "precomp.hpp"
|
#include "precomp.hpp"
|
||||||
|
|
||||||
// OpenMP Includes
|
|
||||||
#ifdef _OPENMP
|
|
||||||
#include <omp.h>
|
|
||||||
#else
|
|
||||||
#define omp_get_thread_num() 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//*************************************************************************************
|
//*************************************************************************************
|
||||||
//*************************************************************************************
|
//*************************************************************************************
|
||||||
|
|
||||||
@ -123,7 +115,3 @@ struct TEvolution {
|
|||||||
//*************************************************************************************
|
//*************************************************************************************
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user