From: daniel watson Date: Sun, 31 Jul 2016 18:37:04 +0000 (-0700) Subject: clean whitespace X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2Foble;a=commitdiff_plain;h=8e30118307f10d415b307360e827b3ba761a9230 clean whitespace --- diff --git a/oble.cpp b/oble.cpp index 9033c69..be973e2 100644 --- 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;