Normalize line endings and whitespace
This commit is contained in:

committed by
Andrey Kamaev

parent
69020da607
commit
04384a71e4
@@ -223,10 +223,10 @@ void CvBlobTrackerAuto1::Process(IplImage* pImg, IplImage* pMask)
|
||||
#ifndef WINCE
|
||||
time_t ltime;
|
||||
time( <ime );
|
||||
char* stime = ctime( <ime );
|
||||
char* stime = ctime( <ime );
|
||||
#else
|
||||
/* WINCE does not have above POSIX functions (time,ctime) */
|
||||
const char* stime = " wince ";
|
||||
/* WINCE does not have above POSIX functions (time,ctime) */
|
||||
const char* stime = " wince ";
|
||||
#endif
|
||||
FILE* out = fopen(m_TimesFile,"at");
|
||||
double Time;
|
||||
|
Reference in New Issue
Block a user