clean whitespace
authordaniel watson <ozzloy@gmail.com>
Sun, 31 Jul 2016 18:37:04 +0000 (11:37 -0700)
committerdaniel watson <ozzloy@gmail.com>
Sun, 31 Jul 2016 18:37:04 +0000 (11:37 -0700)
oble.cpp

index 9033c6905f5e306daf39a7fa71fd43bb1b080e7d..be973e23c11704828e781a483c420365b2fd91c8 100644 (file)
--- a/oble.cpp
+++ b/oble.cpp
@@ -255,7 +255,7 @@ int get_one_frame(CvCapture* capture, IplImage* &frame)
   if(!frame)
     {
       cerr << "ERROR: frame is null..., trying again" << endl;
-      frame = cvQueryFrame(capture);
+      frame = cvQueryFrame(capture); 
       if(!frame)
         {
           cerr << "ERROR: frame is still null... maybe reset capture?" << endl;