remove trailing whitespace

This commit is contained in:
Lucas Solomon 2016-03-22 22:31:16 -07:00
parent 688b4d9d7a
commit d2d5d32fe0

View File

@ -887,7 +887,7 @@ static int mainloop_v4l2(CvCaptureCAM_V4L* capture) {
}
int returnCode = read_frame_v4l2 (capture);
if(returnCode == -1)
if(returnCode == -1)
return -1;
if(returnCode == 1)
break;