From c88fa27b1d1d71ad8b4b8c0a5630e1577f6c968d Mon Sep 17 00:00:00 2001 From: Bo Hu Date: Tue, 29 Oct 2013 10:35:41 -0700 Subject: [PATCH] Removed trailing whitespace in cap_qtkit.mm. --- modules/highgui/src/cap_qtkit.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/highgui/src/cap_qtkit.mm b/modules/highgui/src/cap_qtkit.mm index 2867c7230..6b915977f 100644 --- a/modules/highgui/src/cap_qtkit.mm +++ b/modules/highgui/src/cap_qtkit.mm @@ -674,7 +674,7 @@ CvCaptureFile::CvCaptureFile(const char* filename) { return; } - [mCaptureSession gotoEnd]; + [mCaptureSession gotoEnd]; endOfMovie = [mCaptureSession currentTime]; [mCaptureSession gotoBeginning]; @@ -712,7 +712,7 @@ int CvCaptureFile::didStart() { bool CvCaptureFile::grabFrame() { NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; double t1 = getProperty(CV_CAP_PROP_POS_MSEC); - + QTTime curTime; curTime = [mCaptureSession currentTime]; bool isEnd=(QTTimeCompare(curTime,endOfMovie) == NSOrderedSame);