From 8e30118307f10d415b307360e827b3ba761a9230 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 31 Jul 2016 11:37:04 -0700 Subject: [PATCH] clean whitespace --- oble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2