Commit 61f79c26 authored by Ievgen Khvedchenia's avatar Ievgen Khvedchenia

Fix line ending at EOF

parent 3cfc22ae
......@@ -2296,4 +2296,3 @@ inline void check_descriptor_limits(int &x, int &y, int width, int height) {
inline int fRound(float flt) {
return (int)(flt + 0.5f);
}
\ No newline at end of file
/**
* @file config.h
* @brief Configuration file
......@@ -24,13 +23,6 @@
// OpenCV Includes
#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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment