avcodec/v4l2_m2m: Fix indentation

Signed-off-by: Aman Gupta <aman@tmm1.net>
pull/324/head
Andriy Gelman 5 years ago committed by Aman Gupta
parent 1aec1183f3
commit 53c21c2d6b
  1. 2
      libavcodec/v4l2_m2m.c

@ -377,7 +377,7 @@ int ff_v4l2_m2m_codec_init(V4L2m2mPriv *priv)
strncpy(s->devname, node, strlen(node) + 1);
ret = v4l2_probe_driver(s);
if (!ret)
break;
break;
}
closedir(dirp);

Loading…
Cancel
Save