Commit 53c21c2d authored by Andriy Gelman's avatar Andriy Gelman Committed by Aman Gupta

avcodec/v4l2_m2m: Fix indentation

Signed-off-by: 's avatarAman Gupta <aman@tmm1.net>
parent 1aec1183
......@@ -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);
......
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