Commit d2d5d32f authored by Lucas Solomon's avatar Lucas Solomon

remove trailing whitespace

parent 688b4d9d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment