remove trailing whitespace

pull/6313/head
Lucas Solomon 9 years ago
parent 688b4d9d7a
commit d2d5d32fe0
  1. 2
      modules/videoio/src/cap_v4l.cpp

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

Loading…
Cancel
Save